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
With #622 OVA expects predictor type to be IComponentFactory, and in current moment only learner which exposed itself as component is FastTree, and it exposes itself only as ITrainer instead of ITrainer<IPredictorProducing> required for OVA.
Which mean we have to go through all our Binary learners and expose them as ComponentKind and create proper factories. Same probably states for Regression, MultiClass, and Ranking.
The text was updated successfully, but these errors were encountered:
With #622 OVA expects predictor type to be IComponentFactory, and in current moment only learner which exposed itself as component is FastTree, and it exposes itself only as ITrainer instead of ITrainer<IPredictorProducing> required for OVA.
Which mean we have to go through all our Binary learners and expose them as ComponentKind and create proper factories. Same probably states for Regression, MultiClass, and Ranking.
The text was updated successfully, but these errors were encountered: