mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
| .. | ||
| .dvc | ||
| docs | ||
| src | ||
| tests | ||
| .dvcignore | ||
| .gitignore | ||
| .gto | ||
| .pre-commit-config.yaml | ||
| Makefile | ||
| README.MD | ||
ML-pipeline
This is a dummy ML-pipeline, consisting of:
- dvc tracking for version control (data and models)
- gto for model registry
- docs, created via sphinx (in pre-commit hooks)
- tests for unit, integration and end to end testing
Within src folder, the structure is as follows:
- multiple pipelines can be defined
- i.e. for a product, we might require multuple pipelines do deliver a result
- i.e. multiple models
- these models can be all tracked within the same gto model registry
To enable the virtual envrionemnt created in vscode:
- Open settings
- Search 'env'
- Under the extensions tab, there will be Venv path
- Copy the path of the '.dev_env' folder into there.
- When you select a kernel, clcik through create environment and refresh
- The virutal environment should be there