LibSVM biased?

WizManWizMan Member Posts: 1 Contributor I
edited November 2018 in Help
Hi, I'm trying to train a model with multiple classes (text mining) and I'm using the LibSVMLearner with a linear kernel type. The problem is that it always creates 2 support vectors for the last class (whichever that may be). This makes it very biased towards that class so that anything I apply the model on is classified as that last class.
How can I avoid this? I'm quite new to the program and data mining so I may have just missed something obvious.

Thanks in advance!

Answers

  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,

    I am not sure if I got the point but it could be that the setup is not correct since I never noticed anything like this myself. You could try for example the JMySVMLearner inside of a Binary2MultiClassLearner instead of the SVM and check if this also produces your problem. You could also post your process and if possible even sample data here so we could have a look at the process and see if we find any obvious problems.

    Cheers,
    Ingo
Sign In or Register to comment.