Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/299.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python SVM Scikit,是否可以更改SVC的惩罚,如LinearSVC?_Python_Machine Learning_Scikit Learn - Fatal编程技术网

Python SVM Scikit,是否可以更改SVC的惩罚,如LinearSVC?

Python SVM Scikit,是否可以更改SVC的惩罚,如LinearSVC?,python,machine-learning,scikit-learn,Python,Machine Learning,Scikit Learn,若否,原因为何 我找不到如何更改SVC的惩罚: 但是,线性SVC支持此选项 我不明白为什么,或者我是否遗漏了什么。我认为线性svc有正则化,但非线性内核没有。 另见

若否,原因为何

我找不到如何更改SVC的惩罚:

但是,线性SVC支持此选项


我不明白为什么,或者我是否遗漏了什么。

我认为线性svc有正则化,但非线性内核没有。 另见