A package for feature selection in high dimensional data.
Project description
Bird-Eye-View
The Bird's Eye View (BEV) technique is a cutting-edge approach for feature selection, particularly effective in dealing with high-dimensional data. The method's core objective is to identify and eliminate irrelevant features that could hinder machine learning models' accuracy. Removing unimportant features contributes significantly to the models' optimal fit and improve predictive power. The BEV approach has been extensively evaluated against other advanced feature selection methods, with consistently superior results in terms of model accuracy and selected numbers of features. The BEV methodology employs a combination of modern techniques, including evolutionary algorithms, Markov chain, reinforcement learning, and genetic algorithms, that synergistically improve its effectiveness.
Requirements
The following libraries are required to use the BEV methodology
- scikit_learn
- pandas
- numpy
- matplotlib
Instructions to use BEV
- Import bev_algorithm function from bev.
- Specify the full data file path.
- It will start feature selection process.
- Upon completion of the feature selection process, the selected feature files will be automatically saved in the "best features" folder, located in the root directory of the project.
- The detailed statistics for each selected features file, including the experiment number, stage number, accuracy, and number of features, will be embedded in the data file name.
Data preparation Guidance
- The data must be in CSV format.
- The output column should be placed as the first column (i.e., zero index) in the file.
- There can be any number of input columns as needed.
It is recommended to perform some basic data exploration and cleaning to ensure the data is accurate, consistent, and free from errors.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bevfs-1.0.0.tar.gz.
File metadata
- Download URL: bevfs-1.0.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.27.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e815800ee5939a5775aeb53c7e7c1f8d405dd089a412a2915504df0494009cc
|
|
| MD5 |
a58994d31a0f92e2959589d786b4f2f4
|
|
| BLAKE2b-256 |
ae9d650b137ff98f9dc2f5a148abd846e3acb0e30d8d65a68e34596d4fe07be1
|
File details
Details for the file bevfs-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bevfs-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.27.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
246d227dfaaf9515fc9343d64332f6053dc0d8930b80accb61858a851bdb0f38
|
|
| MD5 |
833be541010b0623d705336a477a51e4
|
|
| BLAKE2b-256 |
4342e98aff147438e3eed0a56bcec9aa7d8c9958dec73df2d8f1b2e4c7065ee2
|