Metadata-Version: 2.1
Name: dataheroes-limited
Version: 0.17.0.2025.7.31
Summary: DataHeroes - Build Better ML Models 10x Faster
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: Programming Language :: Python :: 3.11
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.2.5
Requires-Dist: joblib>=0.17.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: decorator>=5.1.1
Requires-Dist: kdepy>=1.1.4
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
Requires-Dist: h5py>=3.0
Requires-Dist: click>=8.0.0
Requires-Dist: modAL-python
Requires-Dist: tables<=3.8.0,>=3.6.1; python_version < "3.9" and platform_machine != "arm64"
Requires-Dist: tables<=3.7.0,>=3.6.1; python_version < "3.9" and platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: tables>=3.6.1; python_version >= "3.9"
Provides-Extra: all
Requires-Dist: boto3>=1.35.1; extra == "all"
Requires-Dist: google-cloud-storage>=2.15.0; extra == "all"
Requires-Dist: google-auth>=2.33.0; extra == "all"
Requires-Dist: databricks-sql-connector>=4.0.0; extra == "all"
Requires-Dist: azure-storage-blob>=12.17.0; extra == "all"
Requires-Dist: azure-identity>=1.13.0; extra == "all"
Requires-Dist: azure-mgmt-resource>=23.0.0; extra == "all"
Provides-Extra: aws
Requires-Dist: boto3>=1.35.1; extra == "aws"
Provides-Extra: azure
Requires-Dist: azure-storage-blob>=12.17.0; extra == "azure"
Requires-Dist: azure-identity>=1.13.0; extra == "azure"
Requires-Dist: azure-mgmt-resource>=23.0.0; extra == "azure"
Provides-Extra: databricks
Requires-Dist: databricks-sql-connector>=4.0.0; extra == "databricks"
Provides-Extra: dev
Requires-Dist: Cython>=3.0.10; extra == "dev"
Provides-Extra: gcp
Requires-Dist: google-cloud-storage>=2.15.0; extra == "gcp"
Requires-Dist: google-auth>=2.33.0; extra == "gcp"

<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/dateheroes_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/
