Skip to content

Commit c4cefff

Browse files
committed
Adds link to the preprint.
1 parent cf28731 commit c4cefff

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Is an implementation of fractional ridge regression (FRR).
66

77
## Installation:
88

9-
### Matlab
9+
### MATLAB
1010

11-
Download and copy the files from the [https://github.com/nrdg/fracridge/tree/master/matlab](Matlab directory) into your
12-
Matlab path.
11+
Download and copy the files from the
12+
[https://github.com/nrdg/fracridge/tree/master/matlab](MATLAB directory) into
13+
your MATLAB path.
1314

1415
### Python
1516

@@ -24,7 +25,7 @@ Or to install the development version:
2425

2526
## Usage
2627

27-
### Matlab
28+
### MATLAB
2829

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

@@ -50,4 +51,6 @@ Or a sklearn-compatible OO API:
5051

5152
## How to cite
5253

53-
"Fractional ridge regression: a fast, interpretable reparameterization of ridge regression", Rokem & Kay (in preparation)
54+
Please cite our preprint: "Fractional ridge regression: a fast, interpretable
55+
reparameterization of ridge regression" (2020), Rokem & Kay,
56+
https://arxiv.org/abs/2005.03220

0 commit comments

Comments
 (0)