comment remove temperature column to reduce redundancy is not matching column name month
Open
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
what you wanted to delete month or temperature ?
del multi_df["month"] # remove temperature column to reduce redundancy
https://microsoft.github.io/FLAML/docs/Examples/AutoML-Time%20series%20forecast/#multivariate-time-series-forecasting-with-exogenous-variables
del multi_df["month"] # remove temperature column to reduce redundancy
https://github.com/microsoft/FLAML/blob/main/notebook/automl_time_series_forecast.ipynb
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.