Skip to main content

No project description provided

Project description

MLOps ODS

This project for ml model with MLOps instruments

the methodology of repo (GitHub flow - one main branch, and developing in other brunches):

  • main branch: 'master'
  • other branches: 'fix-', 'feature-', 'model-', 'experiment-'
poetry build --format=wheel

Docker image (build / run):

docker build . -t mlops_ods_image
docker run -it mlops_ods_image /bin/bash

build for linux:

docker build . -t mlops_ods_image --platform linux/amd64

run with port and volumes if necessary:

docker run -p 8888:8888 -v {path-to-local-folder-(pwd)}:/app/volumes -it mlops_ods_image /bin/bash

documentation of jupyter notebooks with quarto:

quarto render

quarto preview  src/mlops_ods/notebooks/eda.ipynb
quarto render src/mlops_ods/notebooks/eda.ipynb --to html

snakemake command inside docker:

snakemake --cores 10
snakemake --dag | dot -Tsvg > dag.svg

docker ps
docker cp <CONTAINER ID>:/app/dag.svg .

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

mlops_ods-0.1.202405171451.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

mlops_ods-0.1.202405171451-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file mlops_ods-0.1.202405171451.tar.gz.

File metadata

  • Download URL: mlops_ods-0.1.202405171451.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for mlops_ods-0.1.202405171451.tar.gz
Algorithm Hash digest
SHA256 9cbf7640a6976ee2ac7701b34c574864ffa08431b99232c3e95b4185b6ab3245
MD5 055183a030b7af2f41b99c13f085890a
BLAKE2b-256 218cf3118f9af0bee4386c4b88e659b5404409e9a9372ea7bb98ebf110dd9a26

See more details on using hashes here.

File details

Details for the file mlops_ods-0.1.202405171451-py3-none-any.whl.

File metadata

File hashes

Hashes for mlops_ods-0.1.202405171451-py3-none-any.whl
Algorithm Hash digest
SHA256 aa7122ee83f7cda53877fdcecd8dda1fea131187afbb53a9c6575eecc3bc57ea
MD5 9e2fe7f29d06532c90904b9e6ba0fc26
BLAKE2b-256 16720c17f8c6f519a5dc7d2640ca60541700b8b0947c301529568f326c87d41e

See more details on using hashes here.

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