Metadata-Version: 2.1
Name: skdag
Version: 0.0.1
Summary: A flexible alternative to scikit-learn Pipelines
Home-page: https://github.com/big-o/skdag
Download-URL: https://github.com/scikit-learn-contrib/project-template
Maintainer: big-o
Maintainer-email: big-o@users.noreply.github.com
License: new BSD
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: test
Provides-Extra: doc
License-File: LICENSE

.. -*- mode: rst -*-

|AppVeyor|_ |Codecov|_ |ReadTheDocs|_

.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/big-o/skdag?branch=main&svg=true
.. _AppVeyor: https://ci.appveyor.com/project/big-o/skdag

.. |Codecov| image:: https://codecov.io/gh/big-o/skdag/branch/main/graph/badge.svg
.. _Codecov: https://codecov.io/gh/big-o/skdag

.. |ReadTheDocs| image:: https://readthedocs.org/projects/skdag/badge/?version=latest
.. _ReadTheDocs: https://skdag.readthedocs.io/en/latest/?badge=latest

skdag - A more flexible alternative to scikit-learn Pipelines
=============================================================

.. _scikit-learn: https://scikit-learn.org

**skdag** brings the flexibility of Directed Acyclic Graphs (DAGs) to scikit-learn_.

It enables the construction of complex workflows, including model stacking, to allow
data to flow through multiple estimators, with one or more start/endpoints.

.. _documentation: https://skdag.readthedocs.io/

Refer to the documentation_ for usage details.
