Skip to content

Commit

Permalink
Remove unused faulty import
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedk committed Sep 6, 2024
1 parent 5db3c1e commit 4e2e4d9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/value/shapley/test_classwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from packaging import version
from sklearn import datasets
from sklearn.linear_model import LogisticRegression
from value import check_values

from pydvl.utils import Dataset
from pydvl.utils import Dataset as OldDataset
Expand All @@ -28,12 +27,7 @@
)
from pydvl.valuation.stopping import MaxUpdates
from pydvl.value import ClasswiseScorer as OldClasswiseScorer
from pydvl.value import (
MaxChecks,
NoTruncation,
ValuationResult,
compute_classwise_shapley_values,
)
from pydvl.value import MaxChecks, ValuationResult
from pydvl.value.shapley.classwise import (
ClasswiseScorer,
compute_classwise_shapley_values,
Expand Down

0 comments on commit 4e2e4d9

Please sign in to comment.