scikit-learn 0.22.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(self, X[, y])
score
Return the score of the model on the data X
__init__
Initialize self. See help(type(self)) for accurate signature.