Difference between revisions of "Tutorial: Playing with the Boston Housing Data"
Line 10: | Line 10: | ||
* http://bigdataexaminer.com/uncategorized/how-to-run-linear-regression-in-python-scikit-learn/ | * http://bigdataexaminer.com/uncategorized/how-to-run-linear-regression-in-python-scikit-learn/ | ||
<br /> | <br /> | ||
− | + | We use the Boston housing prices data for this tutorial. | |
<br /> | <br /> | ||
The tutorial is best viewed as a Jupyter notebook (available in zipped form below), or as a static pdf (you'll have to retype all the commands...) | The tutorial is best viewed as a Jupyter notebook (available in zipped form below), or as a static pdf (you'll have to retype all the commands...) | ||
Line 18: | Line 18: | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
+ | =Building a Linear Regression Model with SKLearn on the Boston Data= | ||
<br /> | <br /> | ||
+ | This tutorial also uses '''SKFlow''' and follows very closely two other good tutorials and merges elements from both: | ||
<br /> | <br /> | ||
+ | * https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/skflow/boston.py | ||
+ | * http://bigdataexaminer.com/uncategorized/how-to-run-linear-regression-in-python-scikit-learn/ | ||
<br /> | <br /> | ||
+ | We also use the Boston housing prices data for this tutorial. | ||
+ | <br /> | ||
+ | The tutorial is best viewed as a Jupyter notebook (available in zipped form below), or as a static pdf (you'll have to retype all the commands...)<br /> | ||
+ | <br /> | ||
+ | * [[Media:SKLearnLinearRegressionBostonData.pdf | pdf]] | ||
+ | * [[Media:SKLearnLinearRegressionBostonData.ipynb.zip | Jupyter Notebook]] (Unzip before using) | ||
+ | |||
<br /> | <br /> | ||
<br /> | <br /> |
Revision as of 16:21, 8 August 2016
--D. Thiebaut (talk) 16:06, 8 August 2016 (EDT)
Deep Neural-Network Regressor (DNNRegressor from Tensorflow)
This tutorial uses SKFlow and follows very closely two other good tutorials and merges elements from both:
- https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/skflow/boston.py
- http://bigdataexaminer.com/uncategorized/how-to-run-linear-regression-in-python-scikit-learn/
We use the Boston housing prices data for this tutorial.
The tutorial is best viewed as a Jupyter notebook (available in zipped form below), or as a static pdf (you'll have to retype all the commands...)
- Jupyter Notebook (Unzip before using)
Building a Linear Regression Model with SKLearn on the Boston Data
This tutorial also uses SKFlow and follows very closely two other good tutorials and merges elements from both:
- https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/skflow/boston.py
- http://bigdataexaminer.com/uncategorized/how-to-run-linear-regression-in-python-scikit-learn/
We also use the Boston housing prices data for this tutorial.
The tutorial is best viewed as a Jupyter notebook (available in zipped form below), or as a static pdf (you'll have to retype all the commands...)
- Jupyter Notebook (Unzip before using)