File tree Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,20 @@ imbalanced-learn is tested to work under Python 2.7 and Python 3.5.
58
58
Installation
59
59
------------
60
60
61
- imbalanced-learn is not currently available on the PyPi's reporitories,
62
- however you can install it via `pip `::
61
+ imbalanced-learn is currently available on the PyPi's reporitories and you can install it via `pip `::
63
62
64
- pip install git+https://github.com/fmfn/UnbalancedDataset
63
+ pip install -U imbalanced-learn
64
+
65
+ The package is release also in Anaconda Cloud platform::
66
+
67
+ conda install -c glemaitre imbalanced-learn
65
68
66
69
If you prefer, you can clone it and run the setup.py file. Use the following commands to get a
67
70
copy from Github and install all dependencies::
68
71
69
- git clone https://github.com/fmfn/UnbalancedDataset.git
70
- cd UnbalancedDataset
71
- python setup.py install
72
+ git clone https://github.com/fmfn/UnbalancedDataset.git
73
+ cd UnbalancedDataset
74
+ python setup.py install
72
75
73
76
Testing
74
77
-------
Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ Getting Started
5
5
Install
6
6
=======
7
7
8
- The install of `` imbalanced-learn `` is almost straightforward. You need to clone it from GitHub _ ::
8
+ imbalanced-learn is currently available on the PyPi's reporitories and you can install it via ` pip ` ::
9
9
10
- $ git clone https://github.com/fmfn/UnbalancedDataset.git
11
- $ python setup.py install
10
+ pip install -U imbalanced-learn
11
+
12
+ The package is release also in Anaconda Cloud platform::
13
+
14
+ conda install -c glemaitre imbalanced-learn
15
+
16
+ If you prefer, you can clone it and run the setup.py file. Use the following commands to get a
17
+ copy from Github and install all dependencies::
18
+
19
+ git clone https://github.com/fmfn/UnbalancedDataset.git
20
+ cd UnbalancedDataset
21
+ python setup.py install
12
22
13
23
Test and coverage
14
24
=================
You can’t perform that action at this time.
0 commit comments