Map > Problem Definition > Data Preparation > Data Exploration > Modeling > Evaluation > Deployment
 

Modeling

Predictive modeling is the process by which a model is created to predict an outcome. If the outcome is categorical it is called classification and if the outcome is numerical it is called regression. Descriptive modeling or clustering is the assignment of observations into clusters so that observations in the same cluster are similar.
 
1- Classification
 
2- Regression
  • MLR (Multiple Linear Regression)
  • XGBoost (Extreme Gradient Boosting)
 
3- Clustering