[Insights] Mhachine learning workflow
Base model을 구축할 때 참고하기 좋은 링크 요약
Data Preprocessing and Workflow of a Machine Learning Project
Data preprocessing is a data mining technique that involves transforming raw data into an understandable format. Real-world data is often incomplete, inconsistent, and/or lacking in certain behaviors…
medium.com
Data Preprocessing
- Step 1 : Import the libraries
- Step 2 : Import the data-set
- Step 3 : Check out the missing values
- Step 4 : See the Categorical Values
- Step 5 : Splitting the data-set into Training and Test Set
- Step 6 : Feature Scaling
Machine learning
- Step 1 : Data Collection
- Step 2 : Data Preparation (Preprocessing)
- Step 3 : Choose a Model
- Step 4 : Train the Model
- Step 5 : Evaluate the Model
- Step 6 : Parameter Tuning
- Step 7 : Make Predictions
'♧ Machine learning' 카테고리의 다른 글
[R] 의사결정나무, decision tree | rpart::rpart() (2) | 2024.08.23 |
---|