Metadata-Version: 2.4
Name: pyFOCI
Version: 0.1.2
Summary: A template for scikit-learn compatible packages.
Author-email: Robert Pollak <robert.pollak@jku.at>
Project-URL: Homepage, https://github.com/scikit-learn-contrib/pyFOCI
Project-URL: Issues, https://github.com/scikit-learn-contrib/pyFOCI/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn>=1.4.2
Requires-Dist: numpy
Dynamic: license-file

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

![tests](https://github.com/m3dm-jku/pyFOCI/actions/workflows/python-app.yml/badge.svg)
[![codecov](https://codecov.io/gh/m3dm-jku/pyFOCI/graph/badge.svg?token=L0XPWwoPLw)](https://codecov.io/gh/m3dm-jku/pyFOCI)
![doc](https://github.com/m3dm-jku/pyFOCI/actions/workflows/deploy-gh-pages.yml/badge.svg)

**pyFOCI** 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://m3dm-jku.github.io/pyFOCI/

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