Closed
Description
See the conversation here: #681 (comment)
Ensemble Stacking defaults to using FastTree when users don't specify an underlying trainer. This results in a non-ideal dependency from Microsoft.ML.Ensemble
to Microsoft.ML.FastTree
, and would cause problems if we ever considered separating FastTree into its own NuGet package.
We should consider making a different default trainer under our Stacking use something in the StandardLearners assembly.
/cc @TomFinley