AttributeError: ‘MLPClassifier’ object has no attribute ‘best_validation_score_’
When fitting an MLP neural network with scikit-learn’s MLPCLassifier
to the dataset iris this super-classic way:
When fitting an MLP neural network with scikit-learn’s MLPCLassifier
to the dataset iris this super-classic way: