Skip to content

Commit

Permalink
updated logistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritam-Guha committed Feb 12, 2021
1 parent b8fb129 commit d76e39b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Py_FS.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Py-FS
Version: 0.0.6.17
Version: 0.0.6.18
Summary: A Python Package for Feature Selection
Home-page: https://github.com/Ritam-Guha/Py_FS
Author: Ritam Guha
Expand All @@ -9,7 +9,7 @@ License: UNKNOWN
Description: # Py_FS: A Python Package for Feature Selection
Py_FS is a toolbox developed with complete focus on Feature Selection (FS) using Python as the underlying programming language. It comes with capabilities like nature-inspired evolutionary feature selection algorithms, filter methods and simple evaulation metrics to help with easy applications and comparisons among different feature selection algorithms over different datasets. It is still in the development phase. We wish to extend this package further to contain more extensive set of feature selection procedures and corresponding utilities.

## Recent Updates
## Please cite this paper if you are using Py_FS:

R. Guha, B. Chatterjee, K. H. Sk, S. Ahmed, T. Bhattacharya, R. Sarkar, “Py_FS: A Python Package for Feature Selection using Meta-heuristic Optimization Algorithms”, accepted for publication in Springer AISC series of 3rd International Conference on Computational Intelligence in Pattern Recognition (CIPR-2021) to be held on 24-25 April, 2021, Kolkata, India.

Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='Py_FS',
version='0.0.6.17',
version='0.0.6.18',
author="Ritam Guha",
author_email="[email protected]",
description="A Python Package for Feature Selection",
Expand Down

0 comments on commit d76e39b

Please sign in to comment.