Re: [Scikit-learn-general] Query Regarding parameters settings of SVM

2015-10-29 Thread Andreas Mueller
What do you mean by cost factor? Have you implemented the tree kernel yourself? On 10/26/2015 06:53 PM, Shreyas Saligrama chandrakan wrote: Hi, For my experiment, i would like to build a SVM tree kernel model by tuning the weight of the contribution of trees and cost factor of the trees. So,

[Scikit-learn-general] Query Regarding parameters settings of SVM

2015-10-26 Thread Shreyas Saligrama chandrakan
Hi, For my experiment, i would like to build a SVM tree kernel model by tuning the weight of the contribution of trees and cost factor of the trees. So, how do I manipulate and find these parameters in the scikit-learn as I couldn't find any parameter named cost factor in the 1.4 Support Vector Ma