Skip to content

Commit

Permalink
datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jul 17, 2024
1 parent 33e7f20 commit 75aaec1
Show file tree
Hide file tree
Showing 20 changed files with 930 additions and 19 deletions.
911 changes: 911 additions & 0 deletions notebooks/data/caco2_wang.tab

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/beignet/datasets/_aqsoldb_solubility_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259610,
suffix="tsv",
checksum="md5:f37a03ee4e76af21f54cfaacb679bcb2",
checksum="md5:f7a675706bfe7e75c278f16dd2477b03",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_astrazeneca_clearance_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4266187,
suffix="tsv",
checksum="md5:5131f387fa3bf9b63c8a538e4d1f8655",
checksum="md5:7036ab2a23f6db37843d0ecc072bbddc",
x_keys=["X"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_astrazeneca_lipophilicity_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259595,
suffix="tsv",
checksum="md5:86b11a01b981e0096ee9c063c2959bd8",
checksum="md5:77e72d4ec76530271bf4e296b62368ff",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=6413140,
suffix="tsv",
checksum="md5:239d456856f13b1e643f0138a593d2a3",
checksum="md5:f3b700ea6b1f624fdbcf6a1c67937b00",
x_keys=["Drug", "Species"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259597,
suffix="tsv",
checksum="md5:7aa092eeaa58652b412bdb31845bfacc",
checksum="md5:6915ccf0b5d6b9c8fe4d98cb5759a88a",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259584,
suffix="tsv",
checksum="md5:9e413fa5c63150cd345d65688994c63e",
checksum="md5:3f13c61b816868eb5d7b3b0c61023c04",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259578,
suffix="tsv",
checksum="md5:e923126f30d29e8ce4ae489dae0ec667",
checksum="md5:d1f45520803a0d47c2056abf8f5548c7",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259581,
suffix="tsv",
checksum="md5:af151fc7db6c47587afc7adc24861bb5",
checksum="md5:25cfb80ef8f04e035d5944228194ca95",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259591,
suffix="tsv",
checksum="md5:ac7ff041863c80d25f22a8453c297ad3",
checksum="md5:ff67500a5c7b1321114a9d1b4078d92e",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4267387,
suffix="tsv",
checksum="md5:3f62305e33a2ca386e5bc574cdfef831",
checksum="md5:268fbc1b70e45c870373b238ffd36313",
x_keys=["X"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_ma_bioavailability_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259567,
suffix="tsv",
checksum="md5:c216ec2106e1294ed1faec3adba6945f",
checksum="md5:e1f3ee03667caf09ee007f4a14bca530",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259566,
suffix="tsv",
checksum="md5:2b3ffd8e73da358617a8eb8ee51a00c3",
checksum="md5:4c7ddf7260f9573476ba2d4ca877957f",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_ncats_pampa_permeability_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=6695857,
suffix="tsv",
checksum="md5:535f90234e93a5d83c258f221c1532be",
checksum="md5:ec813b5c6f829f92490faf03302d0960",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_obach_half_life_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4266799,
suffix="tsv",
checksum="md5:be0f84a78f7f01205758e34e74e639f2",
checksum="md5:7872345be7e2f62215e91f12ac865ce1",
x_keys=["X"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4167113,
suffix="tsv",
checksum="md5:567e3550e984bc73e0391b3b8ee5b231",
checksum="md5:0a1b07fe1bdc9f67636f72878097841e",
x_keys=["X"],
y_keys=[
"CDR_Length",
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_toxcast_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259613,
suffix="",
checksum="md5:1e0fd766fca9deac11ce1df7f50c954f",
checksum="md5:a0791c8232b86fdb657f714ffa05e92a",
x_keys=[""],
y_keys=[""],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259573,
suffix="tsv",
checksum="md5:e5eeb84ca332cd059c73b816f7964193",
checksum="md5:ab58d48970ff880fd5a03f3f6eaadb76",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4259569,
suffix="tsv",
checksum="md5:5917ffda146f4ccfc24791951c16bae1",
checksum="md5:11681ff33d65be3a751a3fb0e45fa1a6",
x_keys=["Drug"],
y_keys=["Y"],
transform=transform,
Expand Down
2 changes: 1 addition & 1 deletion src/beignet/datasets/_zhu_acute_toxicity_ld50_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
download=download,
identifier=4267146,
suffix="tsv",
checksum="md5:db3b63d161e9af66f06558edc29edabb",
checksum="md5:d655bc7921566e84713aeb91b3298526",
x_keys=["X"],
y_keys=["Y"],
transform=transform,
Expand Down

0 comments on commit 75aaec1

Please sign in to comment.