- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 90字
- 2021-06-24 16:43:35
Loss function
This property uses the loss function set when the regression trainer was initialized. In the case of our linear regression example application, we used the default constructor, which for SDCA is defaulted to the SquaredLoss class.
Other regression loss functions offered by ML.NET are the following:
- TweedieLoss (used for Tweedie regression models)
- PoissonLoss (used for Poisson regression models)
The idea behind this property is to allow some flexibility when it comes to evaluating your model compared to the other four properties that use fixed algorithms for evaluation.
推薦閱讀
- Spring 5.0 By Example
- PyQt從入門到精通
- 跟小海龜學Python
- C語言從入門到精通(第4版)
- Terraform:多云、混合云環(huán)境下實現基礎設施即代碼(第2版)
- R用戶Python學習指南:數據科學方法
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- 人工智能算法(卷1):基礎算法
- 并行編程方法與優(yōu)化實踐
- 計算機應用基礎(第二版)
- Visual Basic語言程序設計基礎(第3版)
- 3D Printing Designs:Octopus Pencil Holder
- 企業(yè)級Java現代化:寫給開發(fā)者的云原生簡明指南
- Python Penetration Testing Essentials
- Developer,Advocate!