Dataset Viewer
context
list | target
list | meta_data
dict |
|---|---|---|
[
{
"covariates": {
"age": 45,
"weight": 70
},
"dosing": [
1
],
"dosing_name": [
"Drug_A"
],
"dosing_times": [
0
],
"dosing_type": [
"oral"
],
"name_id": "subject001",
"observation_times": [
0,
1,
2
],
"observations": [
0.1,
0.2,
0.3
],
"prediction_samples": [],
"prediction_times": [],
"remaining": [
0.4,
0.5
],
"remaining_times": [
3,
4
]
}
] |
[
{
"covariates": {
"age": 50,
"weight": 80
},
"dosing": [
1
],
"dosing_name": [
"Drug_A"
],
"dosing_times": [
0
],
"dosing_type": [
"iv"
],
"name_id": "subject002",
"observation_times": [
0,
1,
2
],
"observations": [
0.2,
0.3,
0.5
],
"prediction_samples": [],
"prediction_times": [],
"remaining": [
0.6,
0.8
],
"remaining_times": [
3,
4
]
}
] |
{
"drug": "Drug_A",
"study_id": "Lenuzza2016"
}
|
README.md exists but content is empty.
- Downloads last month
- 16