Skip to content

Commit

Permalink
fixed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Apr 22, 2024
1 parent adb5cc1 commit 629fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapiq/approximator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This module contains the approximators to estimate the Shapley interaction values."""

from .k_sii import convert_ksii_into_one_dimension, transforms_sii_to_ksii
from .marginals import StratifiedSamplingSV, OwenSamplingSV
from .marginals import OwenSamplingSV, StratifiedSamplingSV
from .permutation.sii import PermutationSamplingSII
from .permutation.stii import PermutationSamplingSTII
from .permutation.sv import PermutationSamplingSV
Expand Down

0 comments on commit 629fc1a

Please sign in to comment.