Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 571 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 571 Bytes

Weather_forecast

The Project is done in 3 parts. The Complexity & performance of the model increases from starting to the end.

1. In w_one folder, Applied Linear Regression with OLS for temperature prediction (Dataset is already present inside folder).

2. In w_two folder, Applied Linear Regression with Regularization(Elastic Net) for rainfall prediction (Dataset is already present inside folder).

3. In w_three folder, Applied RNN(LSTM) for pressure, windspeed, & temperature prediction (Dataset is already present inside folder).