- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 45字
- 2021-06-24 16:43:32
The EmploymentHistoryPrediction class
The EmploymentHistoryPrediction class contains only the prediction value of how many months the employee is projected to be at his or her job in the DurationInMonths property:
using Microsoft.ML.Data;
namespace chapter03.ML.Objects
{
public class EmploymentHistoryPrediction
{
[ColumnName("Score")]
public float DurationInMonths;
}
}
推薦閱讀
- 數字媒體應用教程
- Docker and Kubernetes for Java Developers
- C語言程序設計(第3版)
- PowerCLI Cookbook
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Elastic Stack應用寶典
- GitLab Repository Management
- Expert Android Programming
- 零基礎學Scratch 3.0編程
- 貫通Tomcat開發
- Data Science Algorithms in a Week
- 從零開始:C語言快速入門教程
- Python物理建模初學者指南(第2版)
- Java EE實用教程
- Vue.js 3.x高效前端開發(視頻教學版)