.. mle-training documentation master file, created by
   sphinx-quickstart on Thu Nov 12 22:47:05 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

README
========================================
The housing data can be downloaded from https://raw.githubusercontent.com/ageron/handson-ml/master/. The script has codes to download the data. We have modelled the median house value on given housing data. 

The following techniques have been used: 

 - Linear regression
 - Decision Tree
 - Random Forest
.. toctree::
   :maxdepth: 2
   
   code_installation.rst
   train_model.rst
   score_pretrained.rst
   predict.rst
   



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
