Skip to content

Commit

Permalink
Update test_evaluate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 26, 2023
1 parent 4f8ec6d commit 36d468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/benchmarking/tests/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from sklearn.linear_model import LinearRegression
from sklearn.model_selection import KFold, ShuffleSplit

from skpro.benchmarking import evaluate
from skpro.benchmarking.evaluate import evaluate
from skpro.metrics import CRPS, EmpiricalCoverage, LogLoss, PinballLoss
from skpro.regression.residual import ResidualDouble
from skpro.utils.validation._dependencies import _check_soft_dependencies
Expand Down

0 comments on commit 36d468f

Please sign in to comment.