Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.06 KB

project-template - A template for scikit-learn contributions

tests codecov doc

project-template is a template project for scikit-learn compatible extensions.

It aids development of estimators that can be used in scikit-learn pipelines and (hyper)parameter search, while facilitating testing (including some API compliance), documentation, open source development, packaging, and continuous integration.

Refer to the documentation to modify the template for your own scikit-learn contribution: https://contrib.scikit-learn.org/project-template

Thank you for cleanly contributing to the scikit-learn ecosystem!