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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mlops_ods-0.1.202405071027.tar.gz
.
File metadata
- Download URL: mlops_ods-0.1.202405071027.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a843cf6c673e78b86f5b43529046b209e44d2ba9013ef352d79d2413a731ab77 |
|
MD5 | 70ebbfd99c957bba2b329ef33d08382f |
|
BLAKE2b-256 | d96a22276cb091e220165857cd5febb571124c5320412a8c4a06990b82e0793e |
File details
Details for the file mlops_ods-0.1.202405071027-py3-none-any.whl
.
File metadata
- Download URL: mlops_ods-0.1.202405071027-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58565be760bc11ea0c6ee4fb29bbed5aaaa07d69d4ccd53de9b43a24ce56ec2e |
|
MD5 | 7aa3ecaa9f49acab6cbb95000018baaf |
|
BLAKE2b-256 | 6f0b6f9f6fdf56b11d624b09b654eecfd3c0981b90a360c4fe473e2e5faa8528 |