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
Built Distribution
File details
Details for the file soraya-0.0.9.tar.gz
.
File metadata
- Download URL: soraya-0.0.9.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae0649861fa29f0533551a7b1b0bb60b99be3498cb2c29963e3697b8a7d27f6c |
|
MD5 | f92942f036004e1e432bbce5be6abd70 |
|
BLAKE2b-256 | 2322f5082f1a4af582ad53f7dbecb1f00a97a17ba62db8c11647d40510de9bb5 |
File details
Details for the file soraya-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: soraya-0.0.9-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0581564d0f933797f01f5dea4a54ea1fbf1b9d182fd9bbc41399ea75a0a70c18 |
|
MD5 | f5290a6232a54038b749646fe48da15c |
|
BLAKE2b-256 | 002f81bd91be150a72478c7087e5639db2347ef5b934995f2d003ffb7c5a54da |