Skip to content

Commit

Permalink
intronIC v1.2.0
Browse files Browse the repository at this point in the history
- Fix scikit-learn regression in GridSearchCV
- Newer version now required (>=v0.22)
  • Loading branch information
glarue committed Feb 8, 2021
1 parent 16fe74f commit 0e7d25d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions intronIC/intronIC.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__maintainer__ = "Graham E. Larue"
__email__ = 'egrahamlarue@gmail.com'
__license__ = 'GPL v3.0'
__version__ = '1.1.1'
__version__ = '1.2.0'

# imports
import argparse
Expand Down Expand Up @@ -5499,7 +5499,6 @@ def optimize_svm(

cv_params = {
'cv': 5,
# 'iid': False,
'scoring': scorer,
'n_jobs': cv_jobs,
'param_grid': initial_parameters
Expand Down

0 comments on commit 0e7d25d

Please sign in to comment.