dvc-gitactions icon indicating copy to clipboard operation
dvc-gitactions copied to clipboard

Example project with a complete MLOps cycle: versioning data, generating reports on pull requests and deploying the model on releases with DVC and CML using Github Actions and IBM Watson. Part of the...

Results 2 dvc-gitactions issues
Sort by recently updated
recently updated
newest added

https://github.com/mlops-guide/dvc-gitactions/blob/d2c018a5598ccba5fa41f94f42ceb25fd8785ebb/.infra/datapak_manage.py#L110 ``` if action == "create": infos = terraform_output() if len(args) == 2: space_name = args[1] space = create_deployment_space( client, infos["cos_crn"], infos["wml_name"], infos["wml_crn"], space_name, ) elif len(args) > 2: space_name...