1
$\begingroup$

I'm working at classifying documents according to their content.

First I built a decision tree model that gives 90% of goods results.

Then I tried a TFIDF/SVC approach which also gives 90% of good results.

So now i'd like to combine both. My first thought was to add the prediction of TFIDF/SVC as a feature of the decision tree.

I saw this post about bagging/stacking/boosting. For me, adding the feature to the decision tree is equivalent to stacking. Is that correct ?

$\endgroup$

1 Answer 1

1
$\begingroup$

Yes. Stacking is essentially feeding the predictions of the base learners to a meta learner. Sort of like a model of the models. Here's a good explanation of that.

Bagging,Boosting and Stacking

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.