Closed
Description
openedon May 13, 2019
The trainer argument of Ensembles is of type IComponentFactory<ITrainer<IPredictorProducing<>>>
.
However, none of the trainers in ML.NET implement ITrainer<IPredictorProducing<>>
, they just implement ITrainer<IPredictor>
, so there is no way to specify a different trainer in the arguments
(when running the maml command line).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment