Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Last active January 16, 2022 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaypal5/ca94698ab544eef4a1c1a70fe37872a6 to your computer and use it in GitHub Desktop.
Save shaypal5/ca94698ab544eef4a1c1a70fe37872a6 to your computer and use it in GitHub Desktop.
Deepchecks Phishing URLs Example: Log Reg Model Evaluation
from deepchecks.suites import model_evaluation
msuite = model_evaluation()
msuite.run(model=logreg, train_dataset=ds_train, test_dataset=ds_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment