dotnet / dotnet/machinelearning-modelbuilder
Add interfaces for MLModel, MLModel.ModelInput, MLModel.ModelOutput generated classes
まだ誰も着手していません。
- 主要言語
- Dockerfile
- スター
- 285
- フォーク
- 66
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Is your feature request related to a problem? Please describe.
I have multiple models trained on a dataset that have multiple labels. I disable all of them and enable one of them at a time, do the training, and then enable only the next one, do the training etc.
I end up with multiple trained models and their respective generated classes for consumption.
Describe the solution you'd like
It would be great to have a common interface for the MLModel, MLModel.ModelInput and MLModel.ModelOutput classes, because when I need to consume them that would simplify my code significantly.
Describe alternatives you've considered
I can still use them separately, but this causes code duplication and code management difficulties.
Additional context
I would only need a definition on the interface of the MLModel for the IModelOutput Predict(IModelInput input) method, and the Score property on the interface of the ModelOutput.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、生成された MLModel、MLModel.ModelInput、MLModel.ModelOutput クラスがどのように生成されるかを特定し、次に関連する生成エントリポイントを確認します。生成されたモデルが、Predict(IModelInput input) と ModelOutput の Score プロパティを含む、要求された共通インターフェイスを公開し、コンシューマー固有のコードを重複させない状態になれば、作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp
- 領域
- machine-learning
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100