Skip to main content

A library for MultiDimensional Feature Selection (MDFS)

Project description

MDFS (MultiDimensional Feature Selection) for Python

MDFS is a library to assist in MultiDimensional Feature Selection (MDFS), i.e. feature selection that accounts for multidimensional interactions in the dataset. To learn more about MDFS, please visit the MDFS website.

This project is the implementation of the MDFS library for Python. Functionality-wise, it is aligned with the R version of the MDFS library, but the interface differs to make it more native to the Python ecosystem (i.e. pythonic) and to free it from early assumptions carried on for backward compatibility in R.

License

This software is released the same as the R MDFS library: under the GNU General Public License (GPL) v3.

Copyright

The copyrights are held by Radosław Piliszek (the package maintainer and author), Abraham Kaczmarski (major contributor to the new interface), Krzysztof Mnich and Witold Rudnicki (authors of the MDFS method).

Changelog

See the common changelog.

Library structure

The library consists of a single package module: mdfs, which exports all the user-facing functionality.

Introduction for beginners

The mdfs package module needs to be imported. Then, the main function to run is, aptly named, run. It accepts a numpy data matrix data and its corresponding decision, and returns a dictionary with the details of analysis, including the entry for relevant_variables which gives the indices of variables deemed relevant under chosen conditions.

Interface differences between R and Python

Function names

The following list gives the translation between R functions and their Python counterparts.

  • MDFS = run
  • ComputeMaxInfoGains = compute_max_ig
  • ComputeInterestingTuples = compute_tuples
  • ComputePValue = fit_p_value
  • Discretize = discretize
  • GetRange = get_suggested_range
  • GenContrastVariables = gen_contrast_variables

Function parameter names

Function parameter names have been adjusted to avoid the dot (.), replacing it with an underscore (_).

No global seed in Python

There is no global seed in use. All functions depending on PRNG take a seed parameter.

Quirks

Due to the way the Python-C interface is implemented in this library with numpy views, there is one quirk to be aware of. Functions returning a Structure subclass object do so without incurring a copy. Properties present on such objects return views, not copies. These views do not protect the result from being garbage collected (i.e., think of them as weak references to the underlying data). Thus, to avoid freed memory reads, keep the original structures around when using these views or copy data elsewhere as necessary. This quirk might be lifted in the future.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mdfs-1.5.0.tar.gz (24.1 kB view details)

Uploaded Source

File details

Details for the file mdfs-1.5.0.tar.gz.

File metadata

  • Download URL: mdfs-1.5.0.tar.gz
  • Upload date:
  • Size: 24.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for mdfs-1.5.0.tar.gz
Algorithm Hash digest
SHA256 99dd57da8ba209c3c99987e599e2654d135a7002088d2919b6cb6bbdbe8c042b
MD5 d6f16cb940fb0baa1f5b77f6e7d13d4e
BLAKE2b-256 9eb75ce64b330f1ce618e82aeca1efd4d222af79dc5bb3580f1faecda2118b50

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page