Skip to content

philips-labs/pairwise-regression

Repository files navigation

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 for reference.

Requirements

See here 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. Please see the Contributing guide.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published