A python3 package for infinite feature selection
Project description
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:
x
is a T by n matrix, where T is the number of samples and n the number of featuresy
is a column vector with class labelsalpha
is the mixing parametersupervision
is a boolean variable (0 = unsupervised version, 1 = supervised version)verbose
is a boolean variable (0, 1)
OUTPUT:
RANKED
are indices of columns inx
ordered by attribute importanceWEIGHT
are attribute weights with large positive weights assigned to important attributes
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
PyIFS-0.0.1.tar.gz
(3.0 kB
view details)
Built Distributions
PyIFS-0.0.1-py3-none-any.whl
(4.2 kB
view details)
PyIFS-0.0.1-py2-none-any.whl
(4.2 kB
view details)
File details
Details for the file PyIFS-0.0.1.tar.gz
.
File metadata
- Download URL: PyIFS-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeeb29942cf1a5a5a1c4fbca2f141e56404c58ff71030163b88ab91b8aa6243a |
|
MD5 | 36c3b0eefff485c8fd23d8a8df9134b9 |
|
BLAKE2b-256 | 34cdc3f8009d395e5201c57386e073d4b840c26695a7156332e784e385e8bde0 |
File details
Details for the file PyIFS-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: PyIFS-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d492ae28bc417eb884637ef26d3429a5a5bb77ed2fe883a6723e11f5d550b024 |
|
MD5 | b023dcdb80fa206c21a2dedcbb609a00 |
|
BLAKE2b-256 | aa271af77bacb72e59b9fdb86503543731251cd1d7b28edc17262b1719fb4b6b |
File details
Details for the file PyIFS-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: PyIFS-0.0.1-py2-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a3c79da10619ece1d41947c97293fa955bc3f0e895ed607d62880020182c1a7 |
|
MD5 | d121e3761995fac6bb2dc4d3d1973e38 |
|
BLAKE2b-256 | 79808be0bb87f6b9fd60b87a5a18331d652deab02fe87e37c3dda67651de3797 |