What does model.score() return?
accuracy = model.score(X_test, y_test) print(accuracy)
Accuracy between 0 and 1
Number of correct predictions
Loss value
F1 score