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.
5858Installation
5959------------
6060
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 `::
6362
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
6568
6669If you prefer, you can clone it and run the setup.py file. Use the following commands to get a
6770copy from Github and install all dependencies::
6871
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
7275
7376Testing
7477-------
Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ Getting Started
55Install
66=======
77
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 ` ::
99
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
1222
1323Test and coverage
1424=================
You can’t perform that action at this time.
0 commit comments