Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit f9a708d

Browse files
committed
move setup.py and readme to scikit-learn-contrib
1 parent b5a7af6 commit f9a708d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ polylearn
66
A library for higher-order **factorization machines** and **polynomial networks**
77
for classification and regression in Python.
88

9-
.. image:: https://travis-ci.org/vene/polylearn.svg?branch=master
10-
:target: https://travis-ci.org/vene/polylearn
9+
.. image:: https://travis-ci.org/scikit-learn-contrib/polylearn.svg?branch=master
10+
:target: https://travis-ci.org/scikit-learn-contrib/polylearn
1111

1212
.. image:: https://ci.appveyor.com/api/projects/status/g9xnar9081l3vsw7/branch/master?svg=true
1313
:target: https://ci.appveyor.com/project/vene/polylearn
@@ -45,7 +45,7 @@ this case it is assumed that you have the git version control system, a working
4545
C++ compiler, Cython, lightning, and the numpy development libraries. In order to
4646
install the development version, type::
4747

48-
git clone https://github.com/vene/polylearn.git
48+
git clone https://github.com/scikit-learn-contrib/polylearn.git
4949
cd polylearn
5050
python setup.py build
5151
sudo python setup.py install

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
LONG_DESCRIPTION = open('README.rst').read()
1919
MAINTAINER = 'Vlad Niculae'
2020
MAINTAINER_EMAIL = '[email protected]'
21-
URL = 'https://github.com/vene/polylearn'
21+
URL = 'https://contrib.scikit-learn.org/polylearn'
2222
LICENSE = 'Simplified BSD'
23-
DOWNLOAD_URL = 'https://github.com/vene/polylearn'
23+
DOWNLOAD_URL = 'https://github.com/scikit-learn-contrib/polylearn'
2424
VERSION = '0.1.dev0'
2525

2626

0 commit comments

Comments
 (0)