overview
machine learning
Machine Learning Process
- Data Pre-Processing
- import data
- clean data
- split data trainig and testing
- feature scailing
- normalization: \(\frac{x - min(x)}{max(x) - min(x)}\)
- standardization: \(\frac{x - μ}{σ}\)
- Modeling
- build / train model
- make predictions
- Evaluation
- calculate performance metrix
- make a verdict