MLOps.NET
MLOps.NET copied to clipboard
[Evaluate] Add missing examples to based on roadmap
Describe the solution you'd like
Add all missing examples based on roadmap
- Ranking
- Recommendation
- Timeseries forecasting
- Computer vision
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).
@aslotte do you agree with this? Are you happy for me to go ahead and start creating the examples?
On first glance, the following metrics cannot be handled currently (Investigation once examples are created);
MulticlassClassification
- TopKPredictionCount - returns Int32
Possible just cast to double?
Great!