Implement a simple Linear Regression algorithm in python to predict the Yellowstone geyser using sklearn.
To run use the following command
python LinearRegression.py
The output is show bellow
And the graph plot is
Implement a simple Linear Regression algorithm in python to predict the Yellowstone geyser.
PythonMIT