This is a predictor which predicts weather by reading the given input data
and recongnising patterns of the data and making predictions on gven that
To directly use .open weather_predictor.py file
To make diff model follow the steps
open training_model.py and make changes to the model.
after training. dump the model
and load it to the weather_predictor.py file by
joblib.load('trained_model.joblib')
Pandas [pip install pandas]
requests [pip install requests]
Sklearn [pip install sklearn]
Joblib [pip install joblib]