Skip to content

Commit

Permalink
Move away from .scoring imports
Browse files Browse the repository at this point in the history
As reported in #573.
  • Loading branch information
ottonemo committed Dec 16, 2019
1 parent ab8e6ed commit 00b5f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skorch/callbacks/scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from functools import partial

import numpy as np
from sklearn.metrics.scorer import (
check_scoring, _BaseScorer, make_scorer)
from sklearn.metrics import make_scorer, check_scoring
from sklearn.metrics.scorer import _BaseScorer

from skorch.utils import data_from_dataset
from skorch.utils import is_skorch_dataset
Expand Down

0 comments on commit 00b5f85

Please sign in to comment.