Skip to content

Some useful algorithms for feature selection and extraction.

License

Notifications You must be signed in to change notification settings

SN4KEBYTE/selexor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selexor

selexor is a Python 3 module containing algorithms for feature selection and extraction.

Installation

Dependencies

selexor requires:

  • Python >= 3.6
  • joblib==1.0.1
  • numpy==1.20.1
  • scikit-learn==0.24.1
  • scipy==1.6.0
  • threadpoolctl==2.1.0

User installation

Clone GitHub repository:
git clone https://github.com/SN4KEBYTE/selexor
cd selexor

Run setup.py script:
python setup.py install

Development

Source code

The latest source code is available at:
https://github.com/SN4KEBYTE/selexor

Contributing

Feel free to open issues, send pull requests and review other users.

About

Some useful algorithms for feature selection and extraction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages