ahorn-loader
Python / CLIDownload datasets from the command line or load them in Python.
Download a dataset
bashuvx ahorn-loader download karate-clubRead from Python
pythonimport ahorn_loader
with ahorn_loader.read_dataset(
"karate-club",
) as dataset:
for line in dataset:
print(line)