model-tracking

module
v0.0.0-...-3a3696f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2023 License: Apache-2.0

README

model-tracking

model-tracking is a tool for tracking the results of machine learning services.

Running model-tracking

Prerequisites

model-tracking requires a PostgreSQL database in which to store results. During development, this database can be provided using a PostgreSQL Docker container:

docker run --rm -it -p 5432:5432 -e POSTGRES_USER=model-tracking -e POSTGRES_PASSWORD=model-tracking -e POSTGRES_DB=model-tracking postgres

To prepare the database, execute the following Makefile target:

# Run the migrations against the database.
# Note: the database parameters can be overwritten by specifying the DATABASE_URL environment variable.
make migrate

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 provides primitives to interact with the openapi HTTP API.
Package v1alpha1 provides primitives to interact with the openapi HTTP API.
cmd
model-tracking command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL