dotnet / dotnet/machinelearning-samples
Error mlcli - when training regression test.
- 主要言語
- PowerShell
- スター
- 4.7k
- フォーク
- 2.7k
- 平均マージ
- 2日 22時間
- マージ済み PR(30日)
- 1
説明
`mlnet auto-train --task regression --dataset taxi-fare-train.csv --test-dataset taxi-fare-test.csv --label-column-name fare_amount --max-exploration-time 1000`
return:
`Exploring multiple ML algorithms and settings to find you the best model for ML task: regression
For further learning check: https://aka.ms/mlnet-cli
▓▓▓▓▓▓▓▓▓▓▓─────────────────────────────────────────────────────────────────────────────────────────────────────────────
Best quality(RSquared): 0,9440, Best Algorithm: LightGbmRegression, Last Algorithm: FastTreeTweedieRegression
00:01:37Exception occured while exploring pipelines:
All instances skipped due to missing features.
Please see the log file for more info.`
Log:
[debug_log.txt](https://github.com/dotnet/machinelearning-samples/files/3611022/debug_log.txt)
Datasets:
[teste.zip](https://github.com/dotnet/machinelearning-samples/files/3611028/teste.zip)
コントリビューションガイド
調査の方向性
提供された `teste.zip` データセットを使用して、`mlnet auto-train --task regression` コマンドを再現します。コマンドの出力と併せて `debug_log.txt` を読み、すべてのインスタンスが特徴量の欠落によってスキップされる理由を追跡します。原因が特定され、そのエラーなしで回帰トレーニングの実行が完了すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- machine-learning
- 領域
- cli, machine-learning
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100