Skip to content

Commit

Permalink
Release version 0.5.9
Browse files Browse the repository at this point in the history
Quick hotfix (7c6b0c6): The "prep" argument was added to the
``grid_search()`, ``test()``, and ``kfold_cross_validation()`` functions
of the ``Evaluation`` class. This argument allow user to disable/enable
the default preprocessing method.
  • Loading branch information
sergioburdisso committed May 8, 2020
1 parent 7c6b0c6 commit df587f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyss3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from functools import reduce
from six.moves import xrange

__version__ = "0.5.8"
__version__ = "0.5.9"

ENCODING = "utf-8"

Expand Down

0 comments on commit df587f9

Please sign in to comment.