Metadata-Version: 2.1
Name: cleen
Version: 0.0.1
Summary: Unveiling Insights Through Automated Feature Range Analysis.
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
Requires-Dist: lightgbm (>=4.3.0,<5.0.0)
Requires-Dist: paradance (>=0.4.21,<0.5.0)
Description-Content-Type: text/markdown

<div align="center"><img src="https://github.com/yinsn/Cleen/blob/develop/docs/images/Cleen.svg" width="618"/></div>

# Cleen

Unveiling Insights Through Automated Feature Range Analysis.

## Dependencies

Cleen requires `libomp` for parallel processing capabilities. If you are using macOS, you can install libomp with Homebrew:

```bash
brew install libomp
```

On Linux distributions, `libomp` can typically be installed via your package manager. For example, on Ubuntu:

```bash
sudo apt-get install libomp-dev
```

Please ensure that `libomp` is installed prior to installing Cleen to avoid any operational issues.

## Installation

You can install Cleen using pip:

```bash
pip install --upgrade cleen
```

## Contributing

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

## License

Cleen is licensed under the MIT License.

## Acknowledgments

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

