Effective Range-based Feature Selection (ERGS) for Classification
Project description
ERGS Selector
ergs-selector is a Python package for performing Effective Range-based Feature Selection (ERGS) for classification problems. It helps select features based on their value range separation across classes.
Installation
pip install ergs-selector
Usage
from ergs_selector import ERGSSelector
selector = ERGSSelector(top_k=15)
X_selected = selector.fit_transform(X, y)
License
MIT
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
ergs_selector-0.1.0.tar.gz
(2.3 kB
view details)
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 ergs_selector-0.1.0.tar.gz.
File metadata
- Download URL: ergs_selector-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbc3def945c7696173ea156313d7a636aa399caeb1b8d1bd7f97e97b7e08ac33
|
|
| MD5 |
0ea50f052a6ce2b03f448e3ea9b81770
|
|
| BLAKE2b-256 |
dcdc97488624c39970435476cca78e4c15914cf943f4289adc5db2e84bd43931
|
File details
Details for the file ergs_selector-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ergs_selector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46acb9fbcc1ab7a713514abaf14a394ba5b943932dc8ab7cc7997c317cf13f31
|
|
| MD5 |
f17ec17a9d32f6a529a9b0c1078382f4
|
|
| BLAKE2b-256 |
4d45796188d8af4cbc9d9af1243f0fa60a877a467c82d49d68c9e29aaa48730d
|