Last active
January 16, 2022 18:30
-
-
Save shaypal5/ca94698ab544eef4a1c1a70fe37872a6 to your computer and use it in GitHub Desktop.
Deepchecks Phishing URLs Example: Log Reg Model Evaluation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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