- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 47字
- 2021-06-24 16:43:33
The Program class
The only change in the Program class was the help text to indicate usage for predict requires a filename, not a string:
if (args.Length != 2)
{
Console.WriteLine($"Invalid arguments passed in, exiting.{Environment.NewLine} {Environment.NewLine}Usage:{Environment.NewLine}" +
$"predict <path to input json file>{Environment.NewLine}" +
$"or {Environment.NewLine}" +
$"train <path to training data file>{Environment.NewLine}");
return;
}
推薦閱讀
- Bootstrap Site Blueprints Volume II
- BeagleBone Media Center
- Visual Basic程序設(shè)計(第3版):學習指導(dǎo)與練習
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Neo4j Essentials
- 區(qū)塊鏈:以太坊DApp開發(fā)實戰(zhàn)
- Learning Firefox OS Application Development
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 軟件工程
- The HTML and CSS Workshop
- Java系統(tǒng)化項目開發(fā)教程
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計
- Linux Shell核心編程指南
- Hadoop 2.X HDFS源碼剖析
- 自學Python:編程基礎(chǔ)、科學計算及數(shù)據(jù)分析(第2版)