The article discusses the process of forecasting time series data by transforming it into a tabular format using open-source libraries. It shows how a multiclass classification model can outperform time series forecasting models and how AutoML can further improve accuracy. The dataset used is the PJM hourly energy consumption data, and the accuracy of the AutoML model is 89%.

9m read time From towardsdatascience.com
Post cover image
Table of contents
How to Forecast Time Series Data Using any Supervised Learning ModelTake a SnapshotExamine the DataTrain and Evaluate Prophet Forecasting ModelConvert time series data to tabular data through featurizationTrain and Evaluate GradientBoostingClassifier Model on featurized tabular dataUsing AutoML to streamline thingsConclusion

Sort: