Skip to content

Commit ee33364

Browse files
Linkidglemaitre
authored andcommitted
Remove last UnbalancedDataset references (#180)
Fix the directory in the CONTRIBUTING file and an example description. Ref #127
1 parent 3ee7147 commit ee33364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GitHub:
1818
2. Clone this copy to your local disk:
1919

2020
$ git clone [email protected]:YourLogin/imbalanced-learn.git
21-
$ cd UnbalancedDataset
21+
$ cd imblearn
2222

2323
3. Create a branch to hold your changes:
2424

examples/plot_unbalanced_dataset.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# UnbalancedDataset\n",
7+
"# imbalanced-learn\n",
88
"\n",
99
"### A python toolbox to tackle the problem of imbalanced dataset\n",
1010
"\n",
@@ -75,7 +75,7 @@
7575
"source": [
7676
"### Background\n",
7777
"\n",
78-
"UnbalancedDataset is a python module offering a number of resampling techniques commonly used in datasets showing strong between-class imbalance.\n",
78+
"imbalanced-learn is a python module offering a number of resampling techniques commonly used in datasets showing strong between-class imbalance.\n",
7979
"\n",
8080
"Most classification algorithms will only perform optimally when the number of samples of each class is roughly the same. Highly skewed datasets, where the minority heavily outnumbered by one or more classes, haven proven to be a challenge while at the same time becoming more and more common.\n",
8181
"\n",

0 commit comments

Comments
 (0)