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
In this, we will convert a time series problem to a supervised machine learning problem to predict driver demand. Exploratory analysis has to be performed on the time series to identify patterns. A regression model must be built and used to solve this time-series problem. Once the training model is prepared, spot testing will be performed on it. Following this, the driver demand prediction will be performed using Random Forest and Xgboost as the ensemble models.
The text was updated successfully, but these errors were encountered:
In this, we will convert a time series problem to a supervised machine learning problem to predict driver demand. Exploratory analysis has to be performed on the time series to identify patterns. A regression model must be built and used to solve this time-series problem. Once the training model is prepared, spot testing will be performed on it. Following this, the driver demand prediction will be performed using Random Forest and Xgboost as the ensemble models.
The text was updated successfully, but these errors were encountered: