An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

project-template - A template for scikit-learn contributions
============================================================

![tests](https://github.com/scikit-learn-contrib/project-template/actions/workflows/python-app.yml/badge.svg)
[![codecov](https://codecov.io/gh/scikit-learn-contrib/project-template/graph/badge.svg?token=L0XPWwoPLw)](https://codecov.io/gh/scikit-learn-contrib/project-template)
![doc](https://github.com/scikit-learn-contrib/project-template/actions/workflows/deploy-gh-pages.yml/badge.svg)

**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!*