lgbsttracker 0.0.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

lgbsttracker 0.0.4

lgbsttracker













Trello Plan: https://trello.com/b/lGICXLqL/lgbsttracker
Documentation: https://py4mac.github.io/lgbsttracker
Source Code: https://github.com/py4mac/lgbsttracker

Requirements
Python 3.6+
Installation
pip install lgbsttracker==0.0.4

Example
Use it with async def
from lbgsttracker import create_experiment
from lbgsttracker.entities import ExperimentCreate
...
await create_experiment(ExperimentCreate(experiment_uuid="experiment1"))
experiment = await get_experiment_by_uuid("experiment1")
_logger.info(f"Freshly created experiment: {experiment}")

Environment variables



Variable Name
Description
Default value




EXPERIMENT_STORAGE_URI
DB Experiment Storage URI
Mandatory: to be set by the user before using library


SQL_DB_THREAD_POOL_EXECUTOR_SIZE
Thread pool size
100


MIN_CONNECTION_POOL_SIZE
Minimum pool size connection
10


MAX_CONNECTION_POOL_SIZE
Maxiumum pool size connection
20


CONNECTION_POOL_RECYCLE_TIME
Pool connection recycle time
30



Credits

https://github.com/mlflow/mlflow/
https://github.com/undera/pylgbst
https://github.com/tiangolo/fastapi
https://github.com/aalhour/cookiecutter-aiohttp-sqlalchemy/

License
This project is licensed under the terms of the MIT license.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.