Skip to main content

Soraya is a package that selects the most important features using an innovative hybrid method for both regression and classification problems.

Project description

soraya

Soraya is a package for selecting the most important features that has been developed using an innovative hybrid method. Soraya identifies and selects the most relevant features for regression and classification tasks.

Installation

The following libraries and packages are utilized by soraya: scikit-learn, shap, tqdm, numpy, xgboost and pandas.Therefore, it’s necessary to install all these packages. If you encounter an error, it is probably due to the conflict of different versions of the packages, so be sure to install the following versions using the commands below:

pip install scikit-learn==1.3.2 , pip install shap==0.44.1 , pip install tqdm==4.66.4 , pip install numpy==1.24.4 , pip install xgboost==2.0.3 , pip install pandas==2.0.3

Note: If you encounter any difficulties installing these packages on your local system, you can utilize the Google colab environment to install and utilize them seamlessly.

How to use soraya

After installing soraya, simply execute the following two lines of code.

from soraya import Main

print(Main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soraya-0.0.9.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

soraya-0.0.9-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page