Tell the kangaroos if will need a raincoat tomorrow
Wet Kangaroos is a Machine Learning (learning) project developed during the Ironhack Data Analysis bootcamp.
Install the needed libraries for the project:
pip3 install pandas
pip3 install matplotlib
pip3 install numpy
The project uses data provided by the Bureau of Meteorology of Australian Government, which was prepared by Joe Young. Dataset is available on Kaggle.
- Climate Data Online - Original source
- Rain in Australia - Final dataset (version September 23rd, 2019)
- main.ipynb: Jupyter file with the project
Folders:
- data: input files
Developing