[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

Re: [Scikit-learn-general] Estimators of RAKEL and (Ensemble) Classifier Chain for multilabel proposal

2015-10-26 Thread Al
Good afternoon, The vanilla rakel classifier chain (with its dependencies) is (I think) at last operational. However, I am not sure where I should put them in sklearn, thus I have not yet asked for a pull request. If it is not too late for it, any advice on this would be appreciated. Its act