Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrasmeder authored Dec 6, 2017
1 parent 08b3564 commit db38f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Consider the following the graphs; think of each trend line as a model of the da
If we don't randomly withhold some of the data from ourselves and then evaluate our model against that withheld data, we will inevitably overfit the model and lose our general preditivity.

### Step 3: Machine Learning Models (`src/decision_tree.py`)
blah
Step 3 of the pipeline is to supply data to a machine learning algorithm (or several) and made predictions on the data asked of us from `test.csv`, as provided by the kaggle competiton. See the [algorithms section](https://github.com/emilyagras/kaggle-favorita/blob/master/README.md#algorithms) below for more details on what we've implemented.

## Algorithms
We implement one machine learning model for the time being, which creates a model based on the training data, rates its own accuracy using the validation data, and creates predictions, ready to be submit to kaggle.com from the `train.csv` file that was provided through the competiton.
Expand Down

0 comments on commit db38f85

Please sign in to comment.