dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Expose Ensembling in ML.NET #4825

Open MeTTaxa opened 4 years ago

MeTTaxa commented 4 years ago

The ensembles in Microsoft.ML.Ensemble/OutputCombiners would be very useful for our use cases for regressions. Can you help exposing them into ML.NET ?

Most useful would be stacking and weighted average, and of course average and median.

najeeb-kazmi commented 4 years ago

3148 and #3989 are also requesting this

frank-dong-ms-zz commented 4 years ago

Thanks @najeeb-kazmi , cc our PM @gvashishtha to prioritize this

AdamMcIntosh commented 4 years ago

Any timeline on this? I'm currently creating an app where ensembling is the end goal, it is one of the business reqs and having the public api exposed would be greatly helpful.