Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.01 KB

model

The figure below shows the structure of the model.

Model structure

For each model, we need dataframe and the data has input and also output part. The input dataframe structure is shown below.

Input dataframe structure

Also the output dataframe structure is shown below.

Output dataframe structure

Models Used

Three models were used in this project which are:

  • Decision Tree Classifier
  • Gradient Boosting Classifier
  • XGBoost Classifier

For Decision Tree Classifier, the accuracy stood on 74.7% The Graident Boosting and XGBoost Classifier both had the same accuracy which was 78.5%. It was the best accuracy among these three models. More details about the models and results can be found in the notebook