Skip to content

lingxiao-li/alibi-detect-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

alibi-detect-clean

The clean version of alibi-test.
Only contains two-sample KS test and ChiSquare test to detect distribution drift of two samples.
This version suppurts Tensorflow and Pytorch which allows the model to run on GPUs.

How to use:

First use model to predict the label
ref_logist = my_model(X_ref)
x_logist = my_model(x_h0)
Then call the function drift_detection, and select "KSDrift" or "ChiSquareDrift" in the method
preds = drift_detection(ref_logist, x_logist, 0.01, method="KSDrift")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors