aslotte / MLOps.NET

A machine learning model operations and management tool for ML.NET
https://www.nuget.org/packages/MLOps.NET
MIT License
79 stars 29 forks source link

[Evaluate] Add missing examples to based on roadmap #186

Open Brett-Parker opened 4 years ago

Brett-Parker commented 4 years ago

Describe the solution you'd like Add all missing examples based on roadmap image

Clustering complete

Additional context I will review all metrics for each example and see if the current evaluation manages all. If not I will raise a ticket for each (E.G ConfusionMatrix).

Brett-Parker commented 4 years ago

@aslotte do you agree with this? Are you happy for me to go ahead and start creating the examples?

Brett-Parker commented 4 years ago

On first glance, the following metrics cannot be handled currently (Investigation once examples are created);

MulticlassClassification

Possible just cast to double?

aslotte commented 4 years ago

Great!