Skip to content

Commit

Permalink
Fix youtube video embedding for PIMA diabetes example (flyteorg#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
kumare3 authored Sep 1, 2021
1 parent a9e2487 commit 777bd76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/case_studies/ml_training/pima_diabetes/diabetes.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Train and Validate a Diabetes Classification XGBoost Model
-----------------------------------------------------------
# %%
# Watch a demo of sandbox creation and a sample execution of the pima diabetes pipeline below.
#
# .. youtube:: YEvs0MHXZnY
Watch a demo of sandbox creation and a sample execution of the pima diabetes pipeline below.
.. youtube:: YEvs0MHXZnY
"""
import typing
Expand Down

0 comments on commit 777bd76

Please sign in to comment.