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