Skip to content

Commit

Permalink
datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jul 18, 2024
1 parent eff638b commit e8e90af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added notebooks/data/qm9.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/beignet/datasets/_bindingdb_kd_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4291555,
suffix="csv",
checksum="md5:728c9d39485cf9667c1567cc710fb6b6",
checksum="md5:c463f536eeec3f99cdab9365d86e7154",
x_keys=["X1", "X2"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_chembl_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
download=download,
identifier=4170965,
suffix="tsv",
checksum="md5:22bcf0e56c962aa07a836139cecf1068",
checksum="md5:b0cedfe468c6331487f7084236944bac",
x_keys=["smiles"],
y_keys=[],
transform=transform,
Expand Down
1 change: 1 addition & 0 deletions src/beignet/datasets/_tdc_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __init__(
fname=f"{self.__class__.__name__}.{suffix}",
known_hash=checksum,
path=root / self.__class__.__name__,
progressbar=True,
)

path = root / self.__class__.__name__ / f"{self.__class__.__name__}.{suffix}"
Expand Down

0 comments on commit e8e90af

Please sign in to comment.