Skip to main content

Simple approximate queue model metrics

Project description

model-tracker

A simple data store keeping track of models and things

Running locally

  • Get postgres up and running for local development
 docker pull postgres
 docker run --rm   --name pg-docker -e POSTGRES_PASSWORD=docker -d -p 5432:5432
  • Flash database for quick dev
PGPASSWORD='docker' psql -h localhost -U postgres -c "drop database modeltracker" 
  && PGPASSWORD='docker' psql -h localhost -U postgres -c "create database modeltracker"
  • Populate the basic type tables
python -m modeltracker.main
  • Suppose you have been developing and wish to destroy all table contents:
python -m modeltracker.main -r

Database dict

To keep track of what is being produced by the modeltracker

datastore_type : Describes the datastore types, BQ or GCS for instance.

feature_store_metrics : Describes the metrics relating to each model in the model_catalog_id

job : Describes tasks that have been run

model_catalog : describes models and links to state_id

model_output : describes location and datastore type of model_output

state : Catalogue of states

task_type : Tracks tasks that occurr

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

model_tracker-0.0.1-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file model_tracker-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: model_tracker-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for model_tracker-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 000c2f6d3b3158d5dd9b3480b44fa2b0afc1a560bfcfff5cd7e0948f064cea66
MD5 1ae43614c68ee405185e5eef452d6a81
BLAKE2b-256 1c461147d15881b812b11d641f90899f52b4397f9c71956741e554f988fa6284

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page