Metadata-Version: 2.3
Name: paradance
Version: 0.6.7
Summary: Offers a toolset for comprehensive, multi-faceted large-scale data analysis and optimizations.
License: MIT
Author: Yin Cheng
Author-email: yin.sjtu@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.13
Requires-Dist: docutils (>=0.20.1,<0.21.0)
Requires-Dist: ipykernel (>=6.29.3,<7.0.0)
Requires-Dist: ipywidgets (>=8.1.2,<9.0.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: mixician (>=0.1.21,<0.2.0)
Requires-Dist: nbsphinx (>=0.9.3,<0.10.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: optuna (>=3.5.0,<4.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: scikit-learn (>=1.4.1.post1,<2.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: sphinx-rtd-theme (>=2.0.0,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.28,<3.0.0)
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
Project-URL: Homepage, https://github.com/yinsn/paradance
Project-URL: Repository, https://github.com/yinsn/paradance
Description-Content-Type: text/markdown

<div align="center"><img src="https://github.com/yinsn/ParaDance/blob/develop/docs/image/para.svg" width="800"/></div>

# ParaDance

[![Python](https://img.shields.io/badge/python3.9-red?logo=Python&logoColor=white)](https://www.python.org)
[![PyPI](https://img.shields.io/pypi/v/paradance?color=green)](https://pypi.org/project/paradance/)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yinsn/paradance)
[![Downloads](https://static.pepy.tech/badge/ParaDance)](https://pepy.tech/project/ParaDance)
[![Downloads](https://static.pepy.tech/badge/ParaDance/month)](https://pepy.tech/project/ParaDance)

ParaDance is a comprehensive Python toolkit tailored for large-scale data analysis. It offers functionalities for data loading, processing, evaluation metrics, sampling, and visualization. Uniquely, ParaDance features multi-objective Bayesian optimization, supporting various aggregation formulas and calculators. This flexibility in multi-objective settings positions ParaDance as a valuable tool for data scientists and researchers.

## Installation

You can install ParaDance using pip:

```bash
pip install --upgrade paradance
```

## Contributing

We welcome contributions! If you're interested in enhancing the features of ParaDance, please create a pull request.

## License

ParaDance is licensed under the MIT License.

## Acknowledgments

We appreciate the community for your support and contributions. Thank you!

