/average_earth_land_temperature

A Python 3-based app that uses the Linear Regression model to try to predict the Average Earth Land Temperature for a given year.

Primary LanguagePythonMIT LicenseMIT

AverageEarthLandTemperature

A Python 3-based app that uses the Linear Regression model to try to predict the Average Earth Land Temperature for a given year using historical data provided by Kaggle.

Installation

$ pip install -U pandas matplotlib seaborn sklearn

Usage

To obtain the predicted Average Earth Land Temperature for a year:

$ python average_earth_land_temperature.py 2016

To export a graph showing historical data between 1860 and 2015:

$ python average_earth_land_temperature.py export

License

AverageEarthLandTemperature is released under the MIT License. See LICENSE for details.