MultiClassClassificationModelsToTry and BinaryClassificationModelsToTry not contains OpMultilayerPerceptronClassifier
hjfrank1991 opened this issue · 2 comments
hjfrank1991 commented
MultiClassClassificationModelsToTry and BinaryClassificationModelsToTry not contains OpMultilayerPerceptronClassifier
tovbinm commented
MLP was not evaluated during our experiments. In order to add it to one of our model selectors, we would need to define a parameter grid. Would you recomend a good set of parameters for it?
Otherwise, you can still use MLP directly without the model selector.
hjfrank1991 commented
when i use MultiClassificationModelSelector i want use OpGBTClassifier Or other custom models, what should I do extends BinaryClassificationModelsToTry but it is sealed trait