File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Documentation
41
41
42
42
Installation documentation, API documentation, and examples can be found on the documentation _.
43
43
44
- .. _documentation : http://glemaitre.github.io/UnbalancedDataset
44
+ .. _documentation : http://glemaitre.github.io/imbalanced-learn
45
45
46
46
Installation
47
47
============
@@ -69,8 +69,8 @@ The package is release also in Anaconda Cloud platform::
69
69
If you prefer, you can clone it and run the setup.py file. Use the following commands to get a
70
70
copy from Github and install all dependencies::
71
71
72
- git clone https://github.com/fmfn/UnbalancedDataset .git
73
- cd UnbalancedDataset
72
+ git clone https://github.com/fmfn/imbalanced-learn .git
73
+ cd imbalanced-learn
74
74
python setup.py install
75
75
76
76
Testing
You can’t perform that action at this time.
0 commit comments