Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Dec 20, 2017
1 parent 40a97e6 commit 068f7ca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
Binary file modified _build/doctrees/demo.doctree
Binary file not shown.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
5 changes: 3 additions & 2 deletions _build/html/_sources/demo.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ The follow code is the Python demo:
House Price Prediction
-----------------------------

This challenge comes from the Kaggle. The Ames Housing dataset was compiled by Dean De Cock for use in data science education.
It's an incredible alternative for data scientists looking for a modernized and expanded version of the often cited Boston
This demo shows how to use xLearn to solve the regression problem, and it comes from the Kaggle. The Ames
Housing dataset was compiled by Dean De Cock for use in data science education. It's an incredible alternative
for data scientists looking for a modernized and expanded version of the often cited Boston
Housing dataset. (`Link`__)

You can find the data used in this demo in the path ``/demo/regression/house_price/``.
Expand Down
5 changes: 3 additions & 2 deletions _build/html/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ <h2>Predict Survival in Titanic<a class="headerlink" href="#predict-survival-in-
</div>
<div class="section" id="house-price-prediction">
<h2>House Price Prediction<a class="headerlink" href="#house-price-prediction" title="Permalink to this headline"></a></h2>
<p>This challenge comes from the Kaggle. The Ames Housing dataset was compiled by Dean De Cock for use in data science education.
It’s an incredible alternative for data scientists looking for a modernized and expanded version of the often cited Boston
<p>This demo shows how to use xLearn to solve the regression problem, and it comes from the Kaggle. The Ames
Housing dataset was compiled by Dean De Cock for use in data science education. It’s an incredible alternative
for data scientists looking for a modernized and expanded version of the often cited Boston
Housing dataset. (<a class="reference external" href="https://www.kaggle.com/c/house-prices-advanced-regression-techniques">Link</a>)</p>
<p>You can find the data used in this demo in the path <code class="docutils literal"><span class="pre">/demo/regression/house_price/</span></code>.</p>
<p>The follow code is the Python demo:</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ The follow code is the Python demo:
House Price Prediction
-----------------------------

This challenge comes from the Kaggle. The Ames Housing dataset was compiled by Dean De Cock for use in data science education.
It's an incredible alternative for data scientists looking for a modernized and expanded version of the often cited Boston
This demo shows how to use xLearn to solve the regression problem, and it comes from the Kaggle. The Ames
Housing dataset was compiled by Dean De Cock for use in data science education. It's an incredible alternative
for data scientists looking for a modernized and expanded version of the often cited Boston
Housing dataset. (`Link`__)

You can find the data used in this demo in the path ``/demo/regression/house_price/``.
Expand Down

0 comments on commit 068f7ca

Please sign in to comment.