Metadata-Version: 2.4
Name: dbnd-examples-orchestration
Version: 1.0.34.1
Summary: Machine Learning Orchestration
Home-page: https://github.com/databand-ai/dbnd
Author: Evgeny Shulman
Author-email: evgeny.shulman@databand.ai
Maintainer: Evgeny Shulman
Maintainer-email: evgeny.shulman@databand.ai
Project-URL: Documentation, https://dbnd.readme.io/
Project-URL: Bug-Tracker, https://github.com/databand-ai/dbnd/issues
Project-URL: Source-Code, https://github.com/databand-ai/dbnd
Keywords: orchestration,data,machinelearning
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dbnd==1.0.34.1
Requires-Dist: scikit-learn==0.23.2; python_version < "3.8"
Requires-Dist: scikit-learn==1.2.0; python_version >= "3.8"
Requires-Dist: scipy==1.1.0; python_version < "3.8"
Requires-Dist: scipy==1.9.3; python_version >= "3.8"
Requires-Dist: matplotlib==3.3.0; python_version < "3.8"
Requires-Dist: matplotlib==3.6.2; python_version >= "3.8"
Requires-Dist: pyspark==2.4.4; python_version < "3.8"
Requires-Dist: pyspark==3.3.1; python_version >= "3.8"
Requires-Dist: tables==3.7.0
Requires-Dist: pandas<2.0.0,>=0.17.1
Dynamic: license-file
Dynamic: requires-dist

# dbnd-examples

This package contains examples used by dbnd users to see dbnd capabilities and functionality

## Installation

This package can not be installed as a python module because of examples/data folder.
All data inside this folder is not embedded into the package.
