- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 104字
- 2021-06-24 16:43:36
Summary
Throughout this chapter, we looked into the differences between linear and logistic regression models. In addition, we reviewed when to choose linear or logistic models along with the trainers ML.NET provides. We also created and trained our first linear regression application using SDCA and ML.NET to predict employee attrition. We also created a logistic regression application using SDCA and ML.NET to provide file classification. Lastly, we also dove into how to evaluate a regression model and the various properties that ML.NET exposes to achieve a proper evaluation of your regression models.
In the next chapter, we will deep dive into binary classification algorithms.
推薦閱讀
- Rust實戰
- AngularJS Web Application Development Blueprints
- 程序員面試算法寶典
- Magento 2 Theme Design(Second Edition)
- x86匯編語言:從實模式到保護模式(第2版)
- Python機器學習經典實例
- 小程序開發原理與實戰
- Spring Boot進階:原理、實戰與面試題分析
- 網站構建技術
- Learning OpenStack Networking(Neutron)(Second Edition)
- Keras深度學習實戰
- Deep Learning with R Cookbook
- 貫通Tomcat開發
- 從零開始:C語言快速入門教程
- Learning C++ by Creating Games with UE4