From 2e0d2030b23c8d43de4b1eacd8c24f8f18a343ac Mon Sep 17 00:00:00 2001 From: jfrery Date: Fri, 29 Sep 2023 12:38:51 +0200 Subject: [PATCH] chore: fix titanic --- use_case_examples/titanic/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/use_case_examples/titanic/Makefile b/use_case_examples/titanic/Makefile index deb30d8606..51224b012c 100644 --- a/use_case_examples/titanic/Makefile +++ b/use_case_examples/titanic/Makefile @@ -6,9 +6,8 @@ EXAMPLE_NAME=titanic JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh" -bash download_data.sh - run_example: one one: + @bash download_data.sh @$(TIME_NB) KaggleTitanic.ipynb