Viewing a single comment thread. View all comments

danman966 t1_ixh02pl wrote

Is there any way to output the parameters (or weights) of a SVM model that is fit in sklearn? I can't find anything online, nor can find anything by digging into the code of libSVM/sklearn, and I can only find the intercept by inspecting the model fit in python.

I also made a stackoverflow post which got no replies. This seems to be way harder than it needs to be!

1