Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.24 KB

README.md

File metadata and controls

10 lines (6 loc) · 1.24 KB

WeatherPredictPythonML

This repo contains three Python Jupyter Notebooks for a tutorial series published on Stackabuse demonstrating a reasonable process for conducting a machine learning / data analytics project from data collection, data cleaning, data exploration, model experimentation and, model evaluation.

Series Contents

  1. Using Machine Learning to Predict the Weather: Part 1 - Data collection from WeatherUnderground API, Cleaning, and Exploration
  2. Using Machine Learning to Predict the Weather: Part 2 - Build Linear Regression Model with Sci-Kit Learn
  3. Using Machine Learning to Predict the Weather: Part 3 - Build Neural Network Model with Tensorflow