Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shaypal5/581a105a493d039c2eac81f8e47ff67b to your computer and use it in GitHub Desktop.
Save shaypal5/581a105a493d039c2eac81f8e47ff67b to your computer and use it in GitHub Desktop.
Deepchecks Phishing URLs Example: Running the Single Dataset Integrity Suite
from deepchecks.suites import single_dataset_integrity
integ_suite = single_dataset_integrity()
integ_suite.run(test_dataset=df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment