Skip to main content

Modelloger is a Python library for storing model's profile and rapid inter model comparision.

Project description

model-logger is a Python library for storing model s profile and rapid inter model comparision. Powered by dash and SQLITE3, It is compact ,light weight ,interactive yet powerful tool to gain usefull insights.

Installation

Using pip

Use the package manager pip to install model-loger.

PyPi Downloads PyPi Monthly Downloads PyPi Version

pip install modellogger

Initialization

from modellogger.modellogger import ModelLogger

#initialise a modelloger instance
path = "c/path/to/db/databasename.db"
mlog = ModelLogger(path) #setup complete

If you are already using a db created by modelloger you can directly load it by stating it s path If you are creating a new project just give location where you want to store the db followed by a name.db .

Project details


Download files

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

Source Distribution

modellogger-0.2.0.tar.gz (8.7 kB view hashes)

Uploaded Source

Supported by

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