What is the difference between SVC and SVM in scikit-learn?

前端 未结 2 686
时光说笑
时光说笑 2021-02-01 15:23

From the documentation scikit-learn implements SVC, NuSVC and LinearSVC which are classes capable of performing multi-class classification on a dataset. By the other hand I also

2条回答
  •  粉色の甜心
    2021-02-01 16:04

    This is a snapshot from the book - Hands-on Machine Learning

    This is a snapshot from the book - Hands-on Machine Learning

    I hope you may find it useful.

提交回复
热议问题