{"id":13738277,"url":"https://github.com/ctlab/ITMO_FS","last_synced_at":"2025-05-08T16:33:04.926Z","repository":{"id":47135303,"uuid":"243206210","full_name":"ctlab/ITMO_FS","owner":"ctlab","description":"Feature selection library in python","archived":false,"fork":false,"pushed_at":"2023-02-22T20:02:16.000Z","size":76209,"stargazers_count":146,"open_issues_count":12,"forks_count":38,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-16T04:21:20.346Z","etag":null,"topics":["feature-selection","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctlab.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-26T08:13:44.000Z","updated_at":"2025-01-27T22:18:23.000Z","dependencies_parsed_at":"2023-01-22T20:45:26.536Z","dependency_job_id":"1f579350-c324-4c55-a766-c229e130e426","html_url":"https://github.com/ctlab/ITMO_FS","commit_stats":{"total_commits":352,"total_committers":21,"mean_commits":"16.761904761904763","dds":0.6732954545454546,"last_synced_commit":"a2e61e2fabb9dfb34d90a1130fc7f5f162a2c921"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctlab%2FITMO_FS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctlab%2FITMO_FS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctlab%2FITMO_FS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctlab%2FITMO_FS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctlab","download_url":"https://codeload.github.com/ctlab/ITMO_FS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253105418,"owners_count":21855022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["feature-selection","machine-learning"],"created_at":"2024-08-03T03:02:16.901Z","updated_at":"2025-05-08T16:33:04.492Z","avatar_url":"https://github.com/ctlab.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. -*- mode: rst -*-\n\n\n.. image:: docs/logos/logo_itmo_fs_itog_colour.jpg\n  :scale: 10 %\n  :target: https://en.itmo.ru/\n\n\n\nITMO_FS\n=======\n\nFeature selection library in Python\n\nPackage information: |Python 2.7| |Python 3.6| |License| |Docs| |CodeCov|\n\n\nInstall with\n\n::\n\n   pip install ITMO_FS\n\nCurrent available algorithms:\n\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Supervised filters                           | Unsupervised filters                          | Wrappers                     | Hybrid          | Embedded | Ensembles       |\n+==============================================+===============================================+==============================+=================+==========+=================+\n| Spearman correlation                         | Trace Ratio (Laplacian)                       | Add Del                      | Filter Wrapper  | MOSNS    | MeLiF           |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Pearson correlation                          | Multi-Cluster Feature Selection               | Backward selection           | IWSSr-SFLA      | MOSS     | Best goes first |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Fit Criterion                                | Unsupervised Discriminative Feature Selection | Sequential Forward Selection |                 | RFE      | Best sum        |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| F ratio                                      |                                               | QPFS                         |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Gini index                                   |                                               | Hill climbing                |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Symmetric Uncertainty                        |                                               | Simulated Annealing          |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Fechner correlation                          |                                               | Recursive Elimination        |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Kendall correlation                          |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Information Gain                             |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| ANOVA                                        |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Chi-squared                                  |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Relief                                       |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| ReliefF                                      |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Laplacian score                              |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Modified T-score                             |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Mutual Information Maximization              |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Minimum Redundancy Maximum Relevance         |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Joint Mutual Information                     |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Conditional Infomax Feature Extraction       |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Mutual Information Feature Selection         |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Conditional Mutual Info Maximization         |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Interaction Capping                          |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Dynamic Change of Selected Feature           |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Composition of Feature Relevancy             |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Max-Relevance and Max-Independence           |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Interaction Weight                           |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Double Input Symmetric Relevance             |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Fast Correlation                             |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Statistical Inference Relief                 |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Trace Ratio (Fisher)                         |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Nonnegative Discriminative Feature Selection |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Robust Feature Selection                     |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| Spectral Feature Selection                   |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| VDM                                          |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| QPFS                                         |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n| MIMAGA                                       |                                               |                              |                 |          |                 |\n+----------------------------------------------+-----------------------------------------------+------------------------------+-----------------+----------+-----------------+\n\nDocumentation:\n\nhttps://itmo-fs.readthedocs.io/en/latest/\n\n.. |Python 2.7| image:: https://img.shields.io/badge/python-2.7-blue.svg\n.. |Python 3.6| image:: https://img.shields.io/badge/python-3.6-blue.svg\n.. |License| image:: https://img.shields.io/badge/license-BSD%20License-blue.svg\n.. |Docs| image:: https://readthedocs.org/projects/itmo-fs/badge/?version=latest\n.. |CodeCov| image:: https://codecov.io/gh/ctlab/ITMO_FS/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/ctlab/ITMO_FS","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctlab%2FITMO_FS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctlab%2FITMO_FS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctlab%2FITMO_FS/lists"}