Closed
Description
openedon Mar 13, 2019
Take another pass over the trainers and the model parameter types, and align them, because now we have:
LogisticRegressionMulticlassClassificationTrainer
but MulticlassLogisticRegressionModelParameters
.
I think following the same principles on the ModelParams might make them more relatable; so change MulticlassLogisticRegressionModelParameters
to LogisticRegressionMulticlassModelParameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment