You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's make TreeEnsembleModelParameters a good public class for our tree learners' trained artifacts.
This applies to all descendants of FastTreePredictionWrapper.
Move to Microsoft.ML.FastTree or an appropriate namespace
Reduce the public surface
Add public constructor
Add a sample
The text was updated successfully, but these errors were encountered:
Part of #1698
Let's make
TreeEnsembleModelParameters
a good public class for our tree learners' trained artifacts.This applies to all descendants of
FastTreePredictionWrapper
.Microsoft.ML.FastTree
or an appropriate namespaceThe text was updated successfully, but these errors were encountered: