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
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
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