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
we remove the type information of predictors by forcing them to be IPredictorProducing<float>. To make all multi-class classifiers' outputting strongly-typed models. We need to make OvaModelParameters strongly-typed.
The text was updated successfully, but these errors were encountered:
najeeb-kazmi
added
P1
Priority of the issue for triage purpose: Needs to be fixed soon.
and removed
P0
Priority of the issue for triage purpose: IMPORTANT, needs to be fixed right away.
labels
Jan 17, 2020
In the constructor of 'OvaModelParameters`,
we remove the type information of predictors by forcing them to be
IPredictorProducing<float>
. To make all multi-class classifiers' outputting strongly-typed models. We need to makeOvaModelParameters
strongly-typed.The text was updated successfully, but these errors were encountered: