- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 68字
- 2021-07-02 18:53:26
One-vs-one
The alternative to one-vs-all is training a model for each pair of classes. The complexity is no longer linear (it's O(n2) indeed) and the right class is determined by a majority vote. In general, this choice is more expensive and should be adopted only when a full dataset comparison is not preferable.
If you want to learn more about multiclass strategies implemented by scikit-learn, visit
http://scikit-learn.org/stable/modules/multiclass.html.
http://scikit-learn.org/stable/modules/multiclass.html.
推薦閱讀
- Mastering Ext JS(Second Edition)
- SoapUI Cookbook
- Vue.js前端開發基礎與項目實戰
- Learning Bayesian Models with R
- Learning Linux Binary Analysis
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Building Serverless Web Applications
- 后臺開發:核心技術與應用實踐
- 分布式數據庫原理、架構與實踐
- 監控的藝術:云原生時代的監控框架
- 零基礎C#學習筆記
- SSH框架企業級應用實戰
- Shopify Application Development
- XML程序設計(第二版)
- Beginning PHP