Skip to content

Commit dea23e3

Browse files
committed
add submodule imports
1 parent ef16e90 commit dea23e3

File tree

5 files changed

+38
-60
lines changed

5 files changed

+38
-60
lines changed

notebooks/drift_detection_on_images.ipynb

Lines changed: 35 additions & 59 deletions
Large diffs are not rendered by default.

torchdrift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from . import data, detectors, utils
1+
from . import data, detectors, utils, reducers
22

33
# Todo. :)

torchdrift/detectors/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .detector import DriftDetector
22
from .mmd import kernel_mmd, KernelMMDDriftDetector
3+
from .ks import ks_two_sample_multi_dim, KSDriftDetector

torchdrift/reducers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .pca import PCAReducer
File renamed without changes.

0 commit comments

Comments
 (0)