<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Stacking - Tag - 300.Watts</title><link>https://300watts.me/tags/stacking/</link><description>Stacking - Tag - 300.Watts</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>morristai01@gmail.com (Morris)</managingEditor><webMaster>morristai01@gmail.com (Morris)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 17 Aug 2017 11:51:08 +0800</lastBuildDate><atom:link href="https://300watts.me/tags/stacking/" rel="self" type="application/rss+xml"/><item><title>Notes on the Kaggle Titanic Stacking Model</title><link>https://300watts.me/posts/notes-on-the-kaggle-titanic-stacking-model/</link><pubDate>Thu, 17 Aug 2017 11:51:08 +0800</pubDate><author><name>Morris</name></author><guid>https://300watts.me/posts/notes-on-the-kaggle-titanic-stacking-model/</guid><description><![CDATA[<p>While reading through <a href="https://google.com" target="_blank" rel="noopener noreferrer">Kaggle</a> kernels for the Titanic challenge, many of them use SVM, RandomForest, LogisticRegression, etc. What makes this particular kernel interesting is that it builds a model from six different learners:<br>
<a href="https://www.kaggle.com/arthurtok/introduction-to-ensembling-stacking-in-python" target="_blank" rel="noopener noreferrer">Introduction to Ensembling/Stacking in Python Using data from Titanic: Machine Learning from Disaster</a><br>
At Level 1 it uses <code>RandomForestClassifier</code>, <code>AdaBoostClassifier</code>, <code>GradientBoostingClassifier</code>, <code>ExtraTreesClassifier</code>, and <code>SVM</code>, and at Level 2 it uses <code>XGBoost</code>.
I sketched the overall flow of the model to make it easier to understand — the raw source is hard to parse quickly. The author cleverly uses classes to keep the notebook code clean, which also makes it easier to modify and organize later.</p>]]></description></item></channel></rss>