scikit-learn 1.1.3 Other versions
Please cite us if you use the software.
sklearn.base
Mixin class for all density estimators in scikit-learn.
Methods
score(X[, y])
score
Return the score of the model on the data X.
X
Test samples.
Not used, present for API consistency by convention.