- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 131字
- 2021-06-24 16:43:36
Choosing a classification trainer
Given the two types of classification, which should you choose? As stated earlier in this chapter, compared to regression models, your prediction output type will decide between binary and multi-class classification. Does your problem simply predict a value of true or false, or does it provide a more varied output based on a pre-defined value set? If your answer is the former, you need to use a binary classification. If the latter, you will need to use a multi-class classification. In this chapter, we will demonstrate both model prediction types.
For specific binary classification trainers, SDCA, LightGBM, and FastTree are the most popular options, as well as the most documented.
For specific multi-class classification trainers, LightGBM and SDCA are the most popular and best-documented options.
- Node.js 10實戰
- GraphQL學習指南
- Python從入門到精通(精粹版)
- 軟件測試技術指南
- Mobile Device Exploitation Cookbook
- 圖數據庫實戰
- MySQL入門很輕松(微課超值版)
- 軟件測試教程
- Building Serverless Architectures
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Sitecore Cookbook for Developers
- SQL Server 2008實用教程(第3版)
- Scratch編程從入門到精通
- Jakarta EE Cookbook
- Learning Redux