Skip to content

Tag: scikit-learn

Top 10 features SVC with rbf kernel

I’m trying to get the top 10 most informative (best) features for a SVM classifier with RBF kernel. As I’m a beginner in programming, I tried some codes that I found online. Unfortunately, none work. I always get the error: ValueError: coef_ is only available when using a linear kernel. This is th…

problems installing scipy and sklearn

I am quite new into programming and I am struggling much to install scipy with the errors. I did not had any problems installing other libraries: Failed cleaning build dir for scipy and Failed building wheel for scipy With sklearn I am facing the problem : Failed building wheel for scikit-learn just found thi…