blob: 586a55ad333398b8437e7c9c414a8a1fb98166c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\newglossaryentry{d:model}
{
type=dm,
name=model,
description={model is a model}
}
\newglossaryentry{d:flup}
{
type=dm,
name=FluPrint,
description={Database unifying data on donors enrolled in different clinical influenza studies}
}
\newglossaryentry{d:simon}
{
type=dm,
name=SIMON,
description={Follow up study performed by the creators of the \flup database. Applies sequential iterative modeling "overnight" (simon), which is an automatic machine learning pipeline to extract knowledge from clinical datasets}
}
|