This commit is contained in:
2023-10-21 00:26:52 +01:00
parent ff9aca2699
commit 805be22388
5 changed files with 179 additions and 77 deletions

View File

@@ -44,7 +44,7 @@ create table if not exists model_data_point (
create table if not exists model_definition (
id uuid primary key default gen_random_uuid(),
model_id uuid references models (id) on delete cascade,
accuracy integer default 0,
accuracy real default 0,
target_accuracy integer not null,
epoch integer default 0,
-- TODO add max epoch