dotnet / dotnet/machinelearning-modelbuilder
Executing mlnet can't locate dotnet
- 主要言語
- Dockerfile
- スター
- 285
- フォーク
- 66
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**System Information (please complete the following information):**
- Model Builder or CLI Version:
- Visual Studio Version (if applicable): N/A
**Describe the bug**
- On which page of the tutorial did you run into an issue (URL): ML.NET Tutorial - Get started in 10 minutes
- Clear description of the problem: Running mlnet at the command line returns:
> You must install .NET to run this application.
> App: /home/dhild/.dotnet/tools/mlnet
> Architecture: x64
> App host version: 8.0.0
> .NET location: Not found
When I run 'which dotnet' I get '/usr/bin/dotnet', so both this and the reporting of the App host version says that .NET is properly installed.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to bash console
2. Enter 'mlnet classification --dataset "yelp_labelled.txt" --label-col 1 --has-header false --name SentimentModel --train-time 60'
3. See error
**Expected behavior**
Shown in **Progress** at https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/train
**Screenshots**
N/A
**Additional context**
None
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、チュートリアルの yelp_labelled.txt データセットを使って、報告されたコマンドを bash コンソールで再現し、次に、リンク先の ML.NET チュートリアルに示されている期待される進行状況と結果を比較します。issue ではソースファイルもテストも指定されていません。完了条件は、mlnet がインストール済みの .NET runtime を見つけ、分類コマンドを正常に実行できることです。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100