PyIFS
A python3 package for infinite feature selection
Installation
$ pip install PyIFS
How to use
import PyIFS
inf = PyIFS.InfFS()
[RANKED, WEIGHT] = inf.infFS(x, y, alpha, supervision, verbose)
INPUT:
xis a T by n matrix, where T is the number of samples and n the number of featuresyis a column vector with class labelsalphais the mixing parametersupervisionis a boolean variable (0 = unsupervised version, 1 = supervised version)verboseis a boolean variable (0, 1)
OUTPUT:
RANKEDare indices of columns inxordered by attribute importanceWEIGHTare attribute weights with large positive weights assigned to important attributes
Release files for PyIFS 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyIFS-0.0.3.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyIFS-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / PyIFS-0.0.3.tar.gz
| Download URL | PyIFS-0.0.3.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9134871e127db10f14d7116fdf86e4f884cb3b28f81933a6ce94c6d1cc2d33f
|
|
BLAKE2b-256 checksum How to use checksums |
a722acc4031d12369d6d6a1f0f5455bd99a12474a9093ddc7b60748752d9584b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
|
Release files / PyIFS-0.0.3-py3-none-any.whl
| Download URL | PyIFS-0.0.3-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b4e0b0983c924b80fcbb21eb79587eddb511e4c997e28fec55a3ce2ca7a9e5c9
|
|
BLAKE2b-256 checksum How to use checksums |
49e669d2173a88443419c26c3606054095ffb184315b10405fcce0d8a607eb6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
|