File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33Is an implementation of fractional ridge regression (FRR).
44
5- ## Installation:
5+ ## Installation:
66
77### Matlab
88
9- Download and copy the files from the [ https://github.com/arokem /fracridge/tree/master/matlab ] (Matlab directory) into your
9+ Download and copy the files from the [ https://github.com/nrdg /fracridge/tree/master/matlab ] (Matlab directory) into your
1010Matlab path.
1111
1212### Python
@@ -15,9 +15,9 @@ To install the release version:
1515
1616 pip install fracridge
1717
18- Or to install the development version:
18+ Or to install the development version:
1919
20- pip install -r requirements.txt
20+ pip install -r requirements.txt
2121 pip install .
2222
2323## Usage
@@ -29,12 +29,12 @@ Or to install the development version:
2929
3030### Python
3131
32- There's a functional API:
32+ There's a functional API:
3333
34- from fracridge import fracridge
34+ from fracridge import fracridge
3535 coefs, alphas = fracridge(X, y, fracs)
3636
37- Or a sklearn-compatible OO API:
37+ Or a sklearn-compatible OO API:
3838
3939 from fracridge import FracRidge
4040 fr = FracRridge(fracs=fracs)
Original file line number Diff line number Diff line change 1313MAINTAINER = "Ariel Rokem"
1414MAINTAINER_EMAIL = "arokem@gmail.com"
1515DESCRIPTION = description
16- URL = "http://github.com/arokem /fracridge"
16+ URL = "http://github.com/nrdg /fracridge"
1717DOWNLOAD_URL = ""
1818LICENSE = "BSD"
1919AUTHOR = "Kendrick Kay and Ariel Rokem"
You can’t perform that action at this time.
0 commit comments