- 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;
}
}
推薦閱讀
- Monkey Game Development:Beginner's Guide
- MySQL數據庫應用與管理 第2版
- Rust編程從入門到實戰
- 認識編程:以Python語言講透編程的本質
- Access 2016數據庫管
- Modular Programming in Java 9
- C/C++數據結構與算法速學速用大辭典
- C++反匯編與逆向分析技術揭秘(第2版)
- Python機器學習之金融風險管理
- R Data Science Essentials
- SQL Server 2008中文版項目教程(第3版)
- UX Design for Mobile
- XML程序設計(第二版)
- Python數據預處理技術與實踐
- 深入大型數據集:并行與分布化Python代碼