databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
456 stars 156 forks source link

Exit notebook without running model validation if feature store is used #71

Closed mingyu89 closed 1 year ago

mingyu89 commented 1 year ago

As title.

We don't want to run model validation with feature store packaged models before this issue is resolved. https://github.com/databricks/mlops-stack/issues/70

arpitjasa-db commented 1 year ago

Also why are the tests failing?

mingyu89 commented 1 year ago

Test failures are because the ignorePatterns in link test stopped working.