Skip to content

Commit

Permalink
added some hints about the blending scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele committed Jun 16, 2012
1 parent bb5051c commit d6f1669
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion blend.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
"""Kaggle competition: Predicting a Biological Response.
Blending {RandomForests, ExtraTrees, GradientBoosting} + stretching to
[0,1].
[0,1]. The blending scheme is related to the idea Jose H. Solorzano
presented here:
http://www.kaggle.com/c/bioresponse/forums/t/1889/question-about-the-process-of-ensemble-learning/10950#post10950
'''You can try this: In one of the 5 folds, train the models, then use
the results of the models as 'variables' in logistic regression over
the validation data of that fold'''. Or at least this is the
implementation of my understanding of that idea :-)
The predictions are saved in test.csv. The code below created my best
submission to the competition:
Expand Down

0 comments on commit d6f1669

Please sign in to comment.