Skip to content

Commit

Permalink
fix mnist iris mixup (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Aug 2, 2019
1 parent 8e22fe5 commit ac0f0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/sources/user_guide/data/loadlocal_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"- Number of samples: 50000 images\n",
"\n",
"\n",
"- Target variable (discrete): {50x Setosa, 50x Versicolor, 50x Virginica}\n"
"- Target variable (discrete): Uniformly distributed class labels 0-9 corresponding to the respective handwritten digit shown in the image.\n"
]
},
{
Expand Down Expand Up @@ -302,7 +302,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.7.1"
},
"toc": {
"nav_menu": {},
Expand All @@ -318,5 +318,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion mlxtend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# License: BSD 3 clause

__version__ = '0.17.0'
__version__ = '0.18.0dev0'

0 comments on commit ac0f0c1

Please sign in to comment.