File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
examples/tabular-classification/sklearn/churn-classifier Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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 ]
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 ]
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" : {
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 ,
You can’t perform that action at this time.
0 commit comments