Michael95-m / simple_demo_dvc

Demonstration about how to use DVC(Data Version Control)
2 stars 0 forks source link

Need to add more models to evaluate because of the low accuracy #7

Closed Michael95-m closed 1 year ago

Michael95-m commented 1 year ago

Currently, the demo has only one model, logistic regression. And the results are not good . So, other machine learning models are needed to implement to get the accuracy higher.

Michael95-m commented 1 year ago

XGBoost and Random Forest can give better result than logistic regression.