An open API service indexing awesome lists of open source software.

https://github.com/philips-labs/pairwise-regression


https://github.com/philips-labs/pairwise-regression

Last synced: about 17 hours ago
JSON representation

Awesome Lists containing this project

README

          

# pairwise-regression

This is a regression model for predicting a target value of interested based on nonlinear interactions between input features and a key variable. The key variable is a special input feature that is particularly critical for the target value of interest.

For instance, when predicting a child's weight as a target value of interest, the key predictor may be the child's age.

The module allows you to input a design matrix of multiple input features, designate a key variable among the features, and then fit a regression model learning the relationship and nonlinear interactions between feature and key variable.

For full model description, see paper [here](up date when link is out).

# Usage
A usage example with sample data is given [here](https://github.com/philips-internal/pairwise-regression/tree/main/example) for reference.

# Requirements
See [here](https://github.com/philips-internal/pairwise-regression/blob/main/requirements.txt) for package requirements.

# Contributing
We appreciate any contributions in the form of ideas, feature requests, bug reports, bug fixes, documentation improvements, code reformatting, and code submissions. You can contact the [maintainers](https://github.com/philips-internal/pairwise-regression/blob/main/MAINTAINERS.md). Please see the [Contributing guide](https://github.com/philips-internal/pairwise-regression/blob/main/CONTRIBUTING.md).