SdgJlbl
SdgJlbl
### Feature Type - [ ] Adding new functionality to Substra - [ ] Changing existing functionality in Substra - [ ] Removing existing functionality in Substra ### Problem Description...
Fixes FL-1461
Fixes FL-1525
## Related issue `#` followed by the number of the issue ## Summary ## Notes ## Please check if the PR fulfills these requirements - [ ] If the feature...
## Description Fixes FL-1457 ## Companion PR - https://github.com/Substra/orchestrator/pull/409 ## How has this been tested? CI below ## Checklist - [ ] [changelog](../CHANGELOG.md) was updated with notable changes - [...
Fixes FL-1453 How to test: Deploy locally (with skaffold), and then apply labels: ``` kubectl label --dry-run=server --overwrite ns org-2 pod-security.kubernetes.io/enforce=baseline ``` or ``` kubectl label --dry-run=server --overwrite ns org-2...
## Description ## How has this been tested? ## Checklist - [ ] [changelog](../CHANGELOG.md) was updated with notable changes - [ ] documentation was updated
If a .mlvtools configuration file is present, the current behaviour is that any command will first check that the configuration file is correctly formatted and validate that all the paths...
For pipelines producing metrics as their last step and including a train-test-split, we want to get cross-validated metrics.
Building up on feature https://github.com/peopledoc/ml-versioning-tools/issues/48, if the experiment contains some stochasticity (random train / validation split, random initalization, stochastic gradient descent), we want to reiterate several runs of the experiments...