- make_prediction(i, X_train_st, y_train, X_test_st, y_test)
- Lasso()
- MAE:1.46 MSE:3.16 MAPE:0.15 R2:0.78
- Ridge()
- MAE:1.02 MSE:1.67 MAPE:0.10 R2:0.88
- DecisionTreeRegressor()
- MAE:1.22 MSE:2.73 MAPE:0.11 R2:0.81
- RandomForestRegressor()
- MAE:0.83 MSE:1.21 MAPE:0.08 R2:0.92
- GradientBoostingRegressor()
- MAE:0.89 MSE:1.46 MAPE:0.09 R2:0.90
- make_prediction(i, X_train, y_train, X_test, y_test)
- Lasso()
- MAE:0.90 MSE:1.41 MAPE:0.08 R2:0.89
- Ridge()
- MAE:0.94 MSE:1.50 MAPE:0.09 R2:0.89
- DecisionTreeRegressor()
- MAE:0.92 MSE:1.99 MAPE:0.09 R2:0.85
- RandomForestRegressor()
- MAE:0.84 MSE:1.16 MAPE:0.08 R2:0.91
- GradientBoostingRegressor()
- MAE:0.91 MSE:1.47 MAPE:0.08 R2:0.89