ISLR :: 1.Introduction

Published by onesixx on

 

1.Introduction

An Overview of Statistical Learning

Statistical learning : 데이터를 이해하기 위한 Tool들
 – supervised Statistical learning:
   하나 이상의 input을 기반으로 output를 predicting 또는 estimating 하기 위해,  statistical model을 만드는 것 
 – Un-supervised Statistical learning:
   output없이 하나 이상의 input을 기반으로 데이터의 relationships 과 structure 구조를 learn하는 것.

#install.packages("ISLR")
library("ISLR")

data("Wage")    #Wage Data
data("Smarket") #Stock Market Data
data("NCI60")   #Gene Expression Data

Wage자료  

Experiance: 미국의 central Atlantic지역에 사는 남성들(males)의 수입(Income, Wage)에 대한 survey data   (7.1장)
Task: 고용인의 나이(Age)와 교육수준(Education), 임금을 받았던 연도(Year)간의 연관성을 이해하려고 한다. 
Performance Measure: 

 

 

 

 

 

Categories: book:ISLR

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x