Re: [Scikit-learn-general] Query Regarding usage of SVM with Tree Kernels

2015-10-29 Thread Andreas Mueller
Hi Shreyas. Tree kernels are not implemented in scikit-learn, but it should be possible to provide your own implementation as a callable to SVC. I'm not sure how you want to use them in an unsupervised manner, though. Do you want to do one-class SVM? Andy On 10/23/2015 10:27 PM, Shreyas Sali

Re: [Scikit-learn-general] Query Regarding usage of SVM with Tree Kernels

2015-10-23 Thread olologin
On 10/24/2015 05:27 AM, Shreyas Saligrama chandrakan wrote: Hi, I am new to Scikit-learn and I would like to know as to how I can import my csv data into Scikitlearn and then use SVM with tree kernels unsupervised approach for analyze those results on my datasets. So I would be very thankful

[Scikit-learn-general] Query Regarding usage of SVM with Tree Kernels

2015-10-23 Thread Shreyas Saligrama chandrakan
Hi, I am new to Scikit-learn and I would like to know as to how I can import my csv data into Scikitlearn and then use SVM with tree kernels unsupervised approach for analyze those results on my datasets. So I would be very thankful to anyone who could guide me and help me further in achieving thi