Skip to content

Commit a77e16f

Browse files
committed
Updates web address to point to nrdg.
1 parent a018a6e commit a77e16f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Is 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
1010
Matlab 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)

fracridge/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
MAINTAINER = "Ariel Rokem"
1414
MAINTAINER_EMAIL = "arokem@gmail.com"
1515
DESCRIPTION = description
16-
URL = "http://github.com/arokem/fracridge"
16+
URL = "http://github.com/nrdg/fracridge"
1717
DOWNLOAD_URL = ""
1818
LICENSE = "BSD"
1919
AUTHOR = "Kendrick Kay and Ariel Rokem"

0 commit comments

Comments
 (0)