scikit-learn 1.2.2 Other versions
Please cite us if you use the software.
sklearn.base
DensityMixin
DensityMixin.score
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.