Created
January 16, 2022 15:21
-
-
Save shaypal5/7903d7733ab2a34f6a120b71ca16e06f to your computer and use it in GitHub Desktop.
Deepchecks Phishing URLs Example: Loading the data
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
import pandas as pd; import deepchecks; | |
from deepchecks.datasets.classification.phishing import load_data | |
df = load_data(data_format='dataframe', as_train_test=False) | |
df.head(5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment