Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what if there is no groundtruth? #15

Open
zabir-nabil opened this issue Feb 27, 2023 · 1 comment
Open

what if there is no groundtruth? #15

zabir-nabil opened this issue Feb 27, 2023 · 1 comment

Comments

@zabir-nabil
Copy link

can it calculate the drift if there is no groundtruth data / y_target?

@YohannLeFaou
Copy link
Contributor

Looking for instance at this example: https://github.com/zelros/cinnamon/blob/master/examples/breast_cancer_XGBoost_ModelDriftExplainer.ipynb

You can fit the drift explainer without passing any value for y1 and y2:

drift_explainer.fit(X1=X_train, X2=X_test)

You can then analyze drift between X1 and X2, but methods drift_explainer.get_target_drift(), drift_explainer.get_performance_metrics_drift() will not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants