Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Weights from LibSVM

ChrisirgensChrisirgens Member Posts: 14 Contributor II
edited April 2019 in Help
Hi again,

Having had exellent support from Marius I thought I should share some conclusions.

LibSVM does not provide the weights as output, but only as part of the model. In case we would like to use the weights (quite common) then WeightBySVM does not give us the LibSVM weights but the JMySVMLearner version. The solution is to use WriteasText on the LibSVM model outputs and then Filter and GuessTypes to 'clean' and  recast the SVM model data into and ExampleSet of weights which can then be used.

ChrisI
Tagged:
Sign In or Register to comment.