The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Meta Cost with SVM"
Hi,
After some work with the unbalanced training data, I had the idea of using a meta-cost operator.
Is it possible to use the libSVM operator as the inner function for the meta-cost operator???
If so, what exactly will the meta-cost operator very as it searches for the best result? (Is it just a search of class weights, or is it doing something different?)
Thanks!!
-B
After some work with the unbalanced training data, I had the idea of using a meta-cost operator.
Is it possible to use the libSVM operator as the inner function for the meta-cost operator???
If so, what exactly will the meta-cost operator very as it searches for the best result? (Is it just a search of class weights, or is it doing something different?)
Thanks!!
-B
Tagged:
0
Answers
you can do that, as you can do with al learning algorithms supporting the needed capabilities. Take a look at the operator info of the MetaCost operator in order to get this informations.
I think the meta cost operator performs a reweighting of the example weights but I'm not quite sure. You could take a look in the literature, this operator is based on.
Greetings,
Sebastian
It is my understanding - but please correct me if wrong! - that Threshold Finder is not really a learner, whereas the other two do some internal X-Validation. Also, looking at the default values of 10 iterations for MetaCost vs. 200 for Find Threshold, there must be an assumption that one converges faster than the other (??)
My inner learner is an SVM classifier. Thankful for any advise!
greetings - Stefan
as on July I don't have a clue how this method works internally. I'm not familiar with the paper of Pedro Domingos, but you might take a look into it.
And I don't think the parameter settings for the number of iterations is based upon a grounded assumption of convergence. I would rather think it was very practically chosen to avoid long calculation times.
Greetings,
Sebastian