Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.56k stars 217 forks source link

Scikit interface argument erroneously named "decison_function_shape" #124

Closed wirawan0 closed 5 years ago

wirawan0 commented 5 years ago

Hi,

I discovered that the scikit-learn interface (SVC class) has an argument that has a typo: it is named decison_function_shape instead of decision_function_shape. It is missing one i. Could you fix that to not break compatibility with scikit-learn?

Thanks, Wirawan

QinbinLi commented 5 years ago

Hi,

Sorry for the typo. We just fixed it. Thanks for your feedback.

zeyiwen commented 5 years ago

The typo should be fixed now, so we like to close this issue.