Skip to content

Commit f7e238c

Browse files
committed
disable cache
1 parent db2ad82 commit f7e238c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks-production-qa-demo/steps/hp_tuning/hp_tuning_select_best_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
logger = get_logger(__name__)
2828

2929

30-
@step
30+
@step(enable_cache=False)
3131
def hp_tuning_select_best_model(
3232
step_names: List[str],
3333
) -> Annotated[ClassifierMixin, "best_model"]:

0 commit comments

Comments
 (0)