intronIC v1.2.0
intronIC v1.2.0
- Fix
GridSearchCV
regression with newer versions ofscikit-learn
(>v0.22) (see issue #1) - Due to
scikit-learn
's inversion of a default flag inGridSearchCV
,intronIC
must now requirescikit-learn
to be at leastv0.22
- This fix breaks compatibility with
scikit-learn
versions <v0.22