Learn practical skills, build real-world projects, and advance your career

course-project-global-energy-forecasting

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="course-project-global-energy-forecasting")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/akbar2552/course-project-global-energy-forecasting
!pip install opendatasets scikit-learn plotly folium --upgrade --quiet
|████████████████████████████████| 22.3 MB 1.5 MB/s |████████████████████████████████| 20.6 MB 1.3 MB/s |████████████████████████████████| 94 kB 3.3 MB/s ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datascience 0.10.6 requires folium==0.2.1, but you have folium 0.12.1 which is incompatible.