목록R 프로그래밍/Stat20 Lecture Note (2)
환웅 데이터
Target Population, Access Frame, Sample As part of making the connection between the data and the topic of the investigation, we idenfity following concepts; these concepts help us understand the scope of data, and are useful whether we aim to gain a knowledge about a population, scientific quantity, physical model, or social behavior. Target Population Target population consists of the collecti..
Caret package: createDataPartition preProcess knn3 trainControl train Tidyverse package: slice Classification Analysis For predicitive modeling, we want to construct a model and evaluate how accurate we think that model will be on new, unseen data. The outline of a predictive analysis is: 1. Split the data into train and test sets. 2. Transform features in training data. 3. Fit model to training..