SaiBon99's picture
Implement data loading utilities and example script for phishing detection
f2fb12f
Raw
History Blame
150 Bytes
"""Data preprocessing and feature store management."""
from .load_data import (
load_phishing_urls,
)
__all__ = [
"load_phishing_urls",
]