Unveiling Insights Through Automated Feature Range Analysis.
Cleen requires libomp
for parallel processing capabilities. If you are using macOS, you can install libomp with Homebrew:
brew install libomp
On Linux distributions, libomp
can typically be installed via your package manager. For example, on Ubuntu:
sudo apt-get install libomp-dev
Please ensure that libomp
is installed prior to installing Cleen to avoid any operational issues.
You can install Cleen using pip:
pip install --upgrade cleen
We welcome contributions! If you're interested in enhancing the features of Cleen, please create a pull request.
Cleen is licensed under the MIT License.
We appreciate the community for your support and contributions. Thank you!