Closed
Description
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