You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is implemented using ML to predict the demand of the given dataset concerned with reviews of customers of a food company. The data was analysed using python and certain trends, findings were discovered in the process. Three ML models were trained namely Random Forest regressor, XGB Regressor, Extra Trees Regressor. Extra Trees Regre…
This project is implemented using ML to predict the demand of the given dataset concerned with reviews of customers of a food company. The data was analysed using python and certain trends, findings were discovered in the process. Three ML models were trained namely Random Forest regressor, XGB Regressor, Extra Trees Regressor. Extra Trees Regressor shows highest r2_score with Random Forest regressor following it.
This project is implemented using ML to predict the demand of the given dataset concerned with reviews of customers of a food company. The data was analysed using python and certain trends, findings were discovered in the process. Three ML models were trained namely Random Forest regressor, XGB Regressor, Extra Trees Regressor. Extra Trees Regre…