I dont know why print("Accuracia:", score) isnt work – Artificial Intelligence
I'm doing an artificial intelligence work on pattern recognition (whether the animals are bats or not) my classifier is neural network so my code is like this right now: import pandas as pd from sklearn.neural_network import MLPClassifier from sklearn.model_selection import…