We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e958c3b commit 3ecce71Copy full SHA for 3ecce71
src/hidimstat/base_perturbation.py
@@ -43,6 +43,7 @@ def __init__(
43
The number of parallel jobs to run. Parallelization is done over the
44
variables or groups of variables.
45
"""
46
+ super().__init__()
47
check_is_fitted(estimator)
48
assert n_permutations > 0, "n_permutations must be positive"
49
self.estimator = estimator
0 commit comments