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 the [https://github.com/nrdg/fracridge/tree/master/matlab](MATLAB directory) into your MATLAB path.

Python

To install the release version:

pip install fracridge

Or to install the development version:

pip install -r requirements.txt
pip install .

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.3.2.tar.gz (47.8 kB view details)

Uploaded Source

Built Distribution

fracridge-1.3.2-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fracridge-1.3.2.tar.gz
  • Upload date:
  • Size: 47.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for fracridge-1.3.2.tar.gz
Algorithm Hash digest
SHA256 6439a3d882b4edffd3c0c7aaa25c71af5afc010c318f6037c5b44f77d689cd33
MD5 f978c56393d278282e4a85e8db1170b8
BLAKE2b-256 d05277d292554ca3374618d64c410fd1f3c25d577059010635b239803b309529

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fracridge-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for fracridge-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dc196678320a6a13a62469d8a55ded30fc3bc15a16796ea2df4b7d6cb603ba02
MD5 a42668bc063409c9984d67faffa03de2
BLAKE2b-256 a91ce6459133b6955481efeed27526546d3786b0a652b533794a7b8659570ced

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