Skip to content

Commit

Permalink
chore: fix titanic
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Sep 29, 2023
1 parent c251fad commit 2e0d203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions use_case_examples/titanic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e0d203

Please sign in to comment.