Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Created January 16, 2022 15:21
Show Gist options
  • Save shaypal5/7903d7733ab2a34f6a120b71ca16e06f to your computer and use it in GitHub Desktop.
Save shaypal5/7903d7733ab2a34f6a120b71ca16e06f to your computer and use it in GitHub Desktop.
Deepchecks Phishing URLs Example: Loading the data
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