Skip to content

Commit

Permalink
Merge branch 'bugfix/maskedarray'
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Oct 27, 2020
2 parents ecaf1d9 + 5b10c5e commit 20e8bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gensvm/sklearn_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@
"""

from numpy.ma import MaskedArray

from sklearn.exceptions import NotFittedError
from sklearn.metrics._scorer import _check_multimetric_scoring
from sklearn.model_selection._validation import _aggregate_score_dicts
from sklearn.utils.fixes import MaskedArray


def _skl_format_cv_results(
Expand Down

0 comments on commit 20e8bea

Please sign in to comment.