├── README.md ├── automl_env.yml ├── automl_env_linux.yml ├── automl_env_mac.yml ├── automl_setup.cmd ├── automl_setup_linux.sh ├── automl_setup_mac.sh ├── check_conda_version.py └── forecasting-energy-demand ├── auto-ml-forecasting-energy-demand.ipynb ├── forecasting_helper.py └── metrics_helper.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/README.md -------------------------------------------------------------------------------- /automl_env.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/automl_env.yml -------------------------------------------------------------------------------- /automl_env_linux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/automl_env_linux.yml -------------------------------------------------------------------------------- /automl_env_mac.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/automl_env_mac.yml -------------------------------------------------------------------------------- /automl_setup.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/automl_setup.cmd -------------------------------------------------------------------------------- /automl_setup_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/automl_setup_linux.sh -------------------------------------------------------------------------------- /automl_setup_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/automl_setup_mac.sh -------------------------------------------------------------------------------- /check_conda_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/check_conda_version.py -------------------------------------------------------------------------------- /forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb -------------------------------------------------------------------------------- /forecasting-energy-demand/forecasting_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/forecasting-energy-demand/forecasting_helper.py -------------------------------------------------------------------------------- /forecasting-energy-demand/metrics_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrancescaLazzeri/AutoML-for-Timeseries-Forecasting-Berlin-MeetUp/HEAD/forecasting-energy-demand/metrics_helper.py --------------------------------------------------------------------------------