Skip to main content

Fractional Ridge Regression

Project description

fracridge

DOI

Is an implementation of fractional ridge regression (FRR).

Installation:

MATLAB

Download and copy the files from https://github.com/nrdg/fracridge/tree/master/matlab into your MATLAB path.

Python

To install the release version:

pip install fracridge

Or to install the development version (and stay up-to-date by pulling from GitHub):

pip install -e .

To upgrade to newer release version:

pip install -U fracridge

Usage

MATLAB

[coef,alphas] = fracridge(X,fracs,y,tol,mode)

Python

There's a functional API:

from fracridge import fracridge
coefs, alphas = fracridge(X, y, fracs)

Or a sklearn-compatible OO API:

from fracridge import FracRidge
fr = FracRridge(fracs=fracs)
fr.fit(X, y)
coefs = fr.coef_
alphas = fr.alpha_

Online documentation

https://nrdg.github.io/fracridge/

How to cite

If you use fracridge, please cite our paper: "Fractional ridge regression: a fast, interpretable reparameterization of ridge regression" (2020) GigaScience, Volume 9, Issue 12, December 2020, https://doi.org/10.1093/gigascience/giaa133 link.

For your convenience, here is the bibtex entry


@ARTICLE{fracridge2020,
  title    = "Fractional ridge regression: a fast, interpretable
              reparameterization of ridge regression",
  author   = "Rokem, Ariel and Kay, Kendrick",
  journal  = "Gigascience",
  volume   =  9,
  number   =  12,
  month    =  nov,
  year     =  2020
  }


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

fracridge-1.4.tar.gz (49.4 kB view details)

Uploaded Source

Built Distribution

fracridge-1.4-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file fracridge-1.4.tar.gz.

File metadata

  • Download URL: fracridge-1.4.tar.gz
  • Upload date:
  • Size: 49.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fracridge-1.4.tar.gz
Algorithm Hash digest
SHA256 60c8becc072e9558379b86cd365a41d565d0310630c2ca0c0591fd2d1be177d9
MD5 1357cbc4f7b02e2e1f97911a7e3a1a45
BLAKE2b-256 2fc60e14786020563bba7503cec7b13224f307c3da93e51f86691d706d361fde

See more details on using hashes here.

File details

Details for the file fracridge-1.4-py3-none-any.whl.

File metadata

  • Download URL: fracridge-1.4-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fracridge-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 88c33dfc14552f9e6a0de341d3cc9f80460e4900248ff61af5bf9ce696970dd9
MD5 e26c2b73c80a30bea344878e471440d2
BLAKE2b-256 2daf69fabfcb80bcc090f53361bcf1c5db10e12a1f57ed3afa611d77e004733a

See more details on using hashes here.

Supported by

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