tommyod/KDEpy

Integration with sklearn

Open

#29 opened on Aug 6, 2019

View on GitHub
 (7 comments) (1 reaction) (0 assignees)Jupyter Notebook (104 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (647 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi

Do you plan to add support for integration with sklearn, to use e.g. cross-validation for bandwidth selection? Would be great to do something like this with KDEpy.

This would need the estimator.get_params(), etc. functions required from sklearn.

Ideally there would also be a estimator.score() function.

Contributor guide