worked on #32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user