Skip to content

Commit f738ab3

Browse files
committed
fix: use new tensorflow kaggle kernel slug
1 parent bfe79e2 commit f738ab3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ pull-kernels:
2323
kaggle kernels pull mylastresort/churn-naive-classifier -p .
2424
kaggle kernels pull mylastresort/churn-numpy -p .
2525
kaggle kernels pull mylastresort/churn-random-forest -p .
26-
kaggle kernels pull mylastresort/churn-tensorflow -p .
26+
kaggle kernels pull mylastresort/churn-tensorflow-v2 -p .

churn_tensorflow.kernel-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "mylastresort/churn-tensorflow",
3-
"title": "Churn Tensorflow",
2+
"id": "mylastresort/churn-tensorflow-v2",
3+
"title": "Churn Tensorflow V2",
44
"code_file": "notebooks/05_tensorflow.ipynb",
55
"language": "python",
66
"kernel_type": "notebook",

0 commit comments

Comments
 (0)