Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-Anova authored Sep 8, 2017
1 parent e588447 commit c6ee1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/zillow_regression_sparse/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The architecture of this ensemble is illustrated bellow.
12. From now on, everything is optional. You can get a score of 0.0643+ (top 3% at the time) if you blend with the output of [another script](https://www.kaggle.com/davidfumo/boosted-trees-lb-0-0643707/output).
13. Download **sub20170821_221910.csv** from the link in (12) and place it into the base directory.
14. You can generate a submission combining the 2 submissions via executing the **combine_subs.py** as `python combine_subs.py`. It will be saved to *output_dataset2_merged.csv*
15. Again optionally you can get the great genetic programming script from [here](https://www.kaggle.com/scirpus/genetic-programming-lb-0-0643904/output) and unzip it to get to 0.06425+(top 40 the time of post) . The file tha comes out after unzipping is teh **xxx.csv**.
15. Again optionally you can get the great genetic programming script from [here](https://www.kaggle.com/scirpus/genetic-programming-lb-0-0643904/output) and unzip it to get to 0.06425+(top 40 the time of post) after merging with the previous submission. The file tha comes out after unzipping is teh **xxx.csv**.
16. You can generate a submission combining the 2 submissions via executing the **combine_subs_v2.py** as `python combine_subs_v2.py`. It will be saved to *output_dataset2_merged_v2.csv*

This is how your base directory needs to look like after everything is done:
Expand Down

0 comments on commit c6ee1f5

Please sign in to comment.