Skip to content

Commit 3d5f480

Browse files
authored
Update README.md
1 parent 7317ba3 commit 3d5f480

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
This version suppurts Tensorflow and Pytorch which allows the model to run on GPUs.
55

66
### How to use:
7-
First use model to predict the label
7+
First use model to predict the label
88
ref_logist = my_model(X_ref)
99
x_logist = my_model(x_h0)
10-
Then call the function drift_detection, and select "KSDrift" or "ChiSquareDrift" in the method
10+
Then call the function drift_detection, and select "KSDrift" or "ChiSquareDrift" in the method
1111
preds = drift_detection(ref_logist, x_logist, 0.01, method="KSDrift")

0 commit comments

Comments
 (0)