- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 144字
- 2021-06-24 16:43:31
Regression Model
With our development environment configured and our first ML.NET application completed, it is now time to dive into regression models. In this chapter, we will dive into the math behind regression models, as well as the various applications of regression models. We will also build two additional ML.NET applications, one utilizing a linear regression model and the other a logistic regression model. The linear regression application will predict employee attrition based on various employee attributes. The logistic regression application will perform basic static file analysis on a file to determine whether it is malicious or benign. Finally, we will explore how to evaluate a regression model with the properties ML.NET exposes in regression models.
In this chapter, we will cover the following topics:
- Breaking down various regression models
- Creating the linear regression application
- Creating the logistic regression application
- Evaluating a regression model
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- 垃圾回收的算法與實現
- Hadoop+Spark大數據分析實戰
- 游戲程序設計教程
- 你不知道的JavaScript(中卷)
- Learning Apache Mahout Classification
- PhoneGap:Beginner's Guide(Third Edition)
- Visual Basic程序設計上機實驗教程
- Python語言實用教程
- Java Web開發就該這樣學
- ArcGIS for Desktop Cookbook
- Learning Ionic
- Django 2.0 入門與實踐
- Neo4j High Performance
- Java Web程序員面試筆試寶典