A predictive model that works to forecast whether or not it will rain tomorrow in Australia, and by extension recommends if people should take an umbrella the next day.
The dataset is Kaggle and contains about 10 years of daily weather observations from locations across the Australian Mainland.
.(site root)
├── Data
| ├── weatherAUS.csv
└── Notebooks
| ├── Rain in Australia Note book.ipynb
└── Pickle_Files
| ├── scaler.pkl
| ├── logreg.pkl
└── static
| ├── css
| | └── font-awesome
| | └── index.css
| └── fonts
| └── images
└── templates
| ├── index.html
| ├── rainyday.html
| ├── sunnyday.html
└── .gitignore
└── Procfile
└── README.md
└── app.py
└── requirements.txt