/
EDA and Data Pre-Processing
EDA and Data Pre-Processing
We all know that pre-processing data is often a crucial step to having models perform well. Flow-Forecast therefore has built in capabilities to:
Scale the data
Create new features from existing columns.
Make features from the specific date-time stamp.
Impute missing values and check for improperly entered values.
Augment the data (TS-AUG transformations)
The preprocessed data is now saved automatically in a temp_df.csv
file so you can view it and make sure it is correct.
Preliminary Data Visualizations
Simple plots
Lag plots
Seasonal plots
Statistical Tests
Granger Causality
Stationarity tests
Related content
Interpret Model Prediction with SHAP
Interpret Model Prediction with SHAP
More like this
Training Forecasting Models
Training Forecasting Models
Read with this
Flow Forecast Release 0.956
Flow Forecast Release 0.956
More like this
Getting Started
Getting Started
Read with this
Live Coding Tutorials
Live Coding Tutorials
More like this
Training Deep Time Series Classification/Anomaly Models
Training Deep Time Series Classification/Anomaly Models
Read with this