dotnet / machinelearning

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

Easy way to get model parameters of AutoML's best run #4086

Open likellykang opened 5 years ago

likellykang commented 5 years ago

It seems like there is no straightforward way to let users exam AutoML best run's model parameters when using AutoML API in ML.NET at this point. This is potentially important for uses who need to re-produce AutoML's best run in other platforms.

mvrbaski commented 3 years ago

Is there any way to do this (even if it is not straightforward)?