Skip to main content

No project description provided

Project description

Python Package Index

contrastive_inverse_regression

cir is a python package provided the algorithm for contrastive inverse regression (CIR) for dimension reduction used in a supervised setting to find a low-dimensional representation by solving a nonconvex optimization problem on the Stiefel manifold.

Installation

Make sure you have numpy, pandas, and scipy install beforehand and the version of these packages compatible with cir. The easy way to install is using pip:

pip install contrastive-inverse-regression

Alternatively, you can also install by cloning this repository:

pip install git+https://github.com/myueen/cir.git

Dependencies

  • Python (>= 3.10.9)
  • numpy (>= 1.24.3)
  • pandas (>= 2.1.4)
  • scipy (>= 1.9.3)

To run exmaple, matplotlib (>= 3.8.2) is required

Example

The dataset for the following example is included in the example/dataset folder.

import contrastive_inverse_regression
from contrastive_inverse_regression import CIR
import pandas as pd

d = 2
alpha = 0.0001

# download the dataset and set it to the absolute path in your computer 
fg = pd.read_csv('../foregroundX.csv')
bg = pd.read_csv('../backgroundX.csv')
Y = pd.read_csv('../foregroundY.csv')
Yt = pd.read_csv('../backgroundY.csv')

fg = fg.iloc[0:, 1:]
bg = bg.iloc[0:, 1:]
Y = Y.iloc[0:, 1:]
Yt = Yt.iloc[0:, 1:]

V = CIR(fg, Y, bg, Yt, alpha, d)

Other detailed examples for employing cir are provided.

For the case of discrete foreground Y values, the mouse protein dataset Data_Cortex_Nuclear.csv is used and the corresponding visualization in mp_regression.py and regression testing in mp_regression.py.

For the case of continuous foreground Y values, cir is applied on the retinol dataset Retinol.txt and the corresponding regression is in plasma_regression.py. Continuous values are not usually for classification, hence visualization is not provided.

Citing contrastive-inverse-regression

If you find this algorithm helpful in your research, please add the following bibtex citation in references.

@phdthesis{hawke2023contrastive,
  title={Contrastive inverse regression for dimension reduction},
  author={Hawke, Sam and Luo, Hengrui and Li, Didong},
  journal={arXiv preprint arXiv:2305.12287},
  year={2023}
}

References

.. [1] : Hawke, S., Luo, H., & Li, D. (2023) "Contrastive Inverse Regression for Dimension Reduction", Retrieved from https://arxiv.org/abs/2305.12287

.. [2] Harry Oviedo (2024). SGPM for minimization over the Stiefel Manifold (https://www.mathworks.com/matlabcentral/fileexchange/73505-sgpm-for-minimization-over-the-stiefel-manifold), MATLAB Central File Exchange. Retrieved January 12, 2024.

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

contrastive_inverse_regression-1.0.13.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file contrastive_inverse_regression-1.0.13.tar.gz.

File metadata

File hashes

Hashes for contrastive_inverse_regression-1.0.13.tar.gz
Algorithm Hash digest
SHA256 eb0693f9f68f4f9704d8a0d7e71b0c1143c8ff51752465e0e6d345a953feff4f
MD5 c64f8ce2cf61ad7bad8603512317f31c
BLAKE2b-256 0ebe7b73c0242fe922c58bbc3a9c3aa94fe7fd8bea7e68a823e6ad661422db4f

See more details on using hashes here.

File details

Details for the file contrastive_inverse_regression-1.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for contrastive_inverse_regression-1.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 79d39518725391bf0f87e998608f309c4b27dfe7299e576bc7d326e59d851c59
MD5 5a4c3296c3a4bb291f6218d38afdf437
BLAKE2b-256 8dc78b8bbf3fa9729549477ce9c009d554c7a8431847acc87ba74ea32981d62d

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