Projects
Projects are an artifact of calls to pgml.train()
. See Training Overview for ways to create new projects.
Schema
CREATE TABLE IF NOT EXISTS pgml.projects(
id BIGSERIAL PRIMARY KEY,
name TEXT NOT NULL,
task pgml.task NOT NULL,
created_at TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT clock_timestamp(),
updated_at TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT clock_timestamp()
);
Have Questions?
Join our Discord and ask us anything! We're friendly and would love to talk about PostgresML.
Try It Out
Try PostresML using our free serverless cloud. It comes with GPUs, 5 GiB of space and plenty of datasets to get you started.