We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4bae7 commit 645980cCopy full SHA for 645980c
.gitignore
@@ -131,3 +131,4 @@ dmypy.json
131
docs/source/auto_examples/
132
docs/source/gen_modules/
133
.DS_Store
134
+.vscode
skada/__init__.py
@@ -19,7 +19,6 @@
19
from ._mapping import CORAL
20
21
__all__ = [
22
- "feature",
23
"ReweightDensity",
24
"GaussianReweightDensity",
25
"DiscriminatorReweightDensity",
skada/utils.py
0 commit comments