Skip to content

Ensembles don't work #3709

Closed
Closed
@yaeldekel

Description

@yaeldekel

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).

Metadata

Metadata

Assignees

Labels

P0Priority of the issue for triage purpose: IMPORTANT, needs to be fixed right away.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions