scikit-learn 0.23.2 Other versions
Please cite us if you use the software.
sklearn.base
sklearn.base.
DensityMixin
Mixin class for all density estimators in scikit-learn.
Methods
score(X[, y])
score
Return the score of the model on the data X
__init__
Initialize self. See help(type(self)) for accurate signature.
Not used, present for API consistency by convention.