https://github.com/scikit-learn-contrib/project-template
A template for scikit-learn extensions
https://github.com/scikit-learn-contrib/project-template
Last synced: 16 days ago
JSON representation
A template for scikit-learn extensions
- Host: GitHub
- URL: https://github.com/scikit-learn-contrib/project-template
- Owner: scikit-learn-contrib
- License: bsd-3-clause
- Created: 2016-01-15T20:54:59.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:15:38.000Z (3 months ago)
- Last Synced: 2025-04-07T03:11:44.264Z (23 days ago)
- Language: Python
- Homepage: http://contrib.scikit-learn.org/project-template/
- Size: 4.62 MB
- Stars: 332
- Watchers: 15
- Forks: 90
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
project-template - A template for scikit-learn contributions
============================================================
[](https://codecov.io/gh/scikit-learn-contrib/project-template)
**project-template** is a template project for [scikit-learn](https://scikit-learn.org)
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!*