🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How can I combine the result of SVN with a different classification method?

User: "MorSha"
New Altair Community Member
Updated by Jocelyn
I need to create a prediciton model.
The file contains 5 columns:
- choice (label - polynominal)
- column_a (polynominal)
- column_b (real values)
- column_c (real values)
- column_d (real values)

I tested several combination of MODELS and I got the best results using BAGGING of SVN LibSVN (without using the ploynominl feature because SVN cannot use it)

Even if the accuracy seems good, I believe adding the missing feature should improve the results.

I tired to use VOTE and STACKING to combine results from SVN with another classifier model, but the problem is I cannot do it because the SVN does not include all the features.

How can I combine the result of SVN with a different classification method?

Find more posts tagged with

Sort by:
1 - 3 of 31