MichaelE919 / machine-learning-predict-weather

Using Machine Learning to Predict the Weather
41 stars 27 forks source link

Testing model with data apart from test data #2

Closed rob-hooke closed 4 years ago

rob-hooke commented 5 years ago

Hi Michael,

Wonder explanation about the project as well as the code. I needed to get one thing clarified, you are building say a LR model and testing it against the test set. How would you go about predicting temperature of future dates?

I may be wrong here also as I'm thinking this code needs to run on each day so that the updated data needs to be pulled from the API, then build the model again for prediction, right?

MichaelE919 commented 4 years ago

@nemesisBR Yeah, I think you are on the right track. I meant to return to this project and work on some actual prediction scenarios but Wunderground.com retired their API. I now need to rewrite the collect_weather.py and weather.py modules to connect to another API. When I'm able to get around to that I'll definitely explore predicting future dates.

rob-hooke commented 4 years ago

Yeah, even I had to search for free APIs.