Skip to content

Commit 47ef674

Browse files
committed
Update df to dataset_df in sample notebook
1 parent 89a9ded commit 47ef674

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

examples/tabular-classification/sklearn/churn-classifier/churn-classifier-sklearn.ipynb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"source": [
418418
"# Training set\n",
419419
"project.add_dataframe(\n",
420-
" df=training_set,\n",
420+
" dataset_df=training_set,\n",
421421
" dataset_config_file_path=\"training_dataset_config.yaml\",\n",
422422
")"
423423
]
@@ -431,7 +431,7 @@
431431
"source": [
432432
"# Validation set\n",
433433
"project.add_dataframe(\n",
434-
" df=validation_set,\n",
434+
" dataset_df=validation_set,\n",
435435
" dataset_config_file_path=\"validation_dataset_config.yaml\",\n",
436436
")"
437437
]
@@ -817,14 +817,6 @@
817817
"source": [
818818
"project.push()"
819819
]
820-
},
821-
{
822-
"cell_type": "code",
823-
"execution_count": null,
824-
"id": "fd9670be",
825-
"metadata": {},
826-
"outputs": [],
827-
"source": []
828820
}
829821
],
830822
"metadata": {
@@ -843,7 +835,7 @@
843835
"name": "python",
844836
"nbconvert_exporter": "python",
845837
"pygments_lexer": "ipython3",
846-
"version": "3.8.13"
838+
"version": "3.8.10"
847839
}
848840
},
849841
"nbformat": 4,

0 commit comments

Comments
 (0)