Metadata-Version: 2.1
Name: dataheroes
Version: 0.4.0
Summary: DataHeroes - Build Better ML Models 10x Faster
Author: DataHeroes
Author-email: DataHeroes <support@dataheroes.ai>
License: Other/Proprietary License (Proprietary)
Project-URL: Homepage, https://dataheroes.ai
Project-URL: Getting Started, https://dataheroes.ai/getting-started
Project-URL: Documentation, https://data-heroes.github.io/dh-library/
Project-URL: Tutorials, https://dataheroes.ai/tutorials/
Project-URL: Bug Tracker, https://github.com/Data-Heroes/dataheroes/issues
Project-URL: License, https://dataheroes.ai/eula/
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.19.0)
Requires-Dist: scipy (>=1.7.0)
Requires-Dist: scikit-learn (>=0.24.0)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: joblib (>=0.15.0)
Requires-Dist: threadpoolctl (>=2.1.0)
Requires-Dist: networkx (>=2.5)
Requires-Dist: pydot (>=1.4.1)
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: psutil (>=5.8.0)
Requires-Dist: tables (>=3.6.1)
Requires-Dist: opentelemetry-sdk (>=1.14.0)
Requires-Dist: opentelemetry-api (>=1.14.0)
Requires-Dist: opentelemetry-exporter-otlp (>=1.14.0)
Requires-Dist: licensing (>=0.31)
Provides-Extra: dev

<div align="center" style="text-align: center">

<p style="text-align: center">
  <img align="center" src="https://github.com/Data-Heroes/dataheroes/blob/master/docs/resources/dataheroes_logo.png?raw=true" alt="DataHeroes">
</p>


</div>


<p>
DataHeroes is a Python library that solves some of today’s biggest machine learning challenges: reducing the time, effort and resources required to develop and maintain high-quality machine learning models.
</p>

DataHeroes uses a unique methodology called Coresets, originating in computational geometry, to reduce the size of the dataset to a small subset that maintains the statistical properties and corner cases of the full dataset, such that solving a problem on the Coreset will yield the same result as solving it on the full dataset (to learn more about Coresets, visit our [Introduction to Coresets](https://dataheroes.ai/introduction-to-coresets/) page).

- **Website:** https://dataheroes.ai
- **Getting started:** https://dataheroes.ai/getting-started
- **Documentation:** https://data-heroes.github.io/dh-library/
- **Tutorials:** https://dataheroes.ai/tutorials/
