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 417
417
"source" : [
418
418
" # Training set\n " ,
419
419
" project.add_dataframe(\n " ,
420
- " df =training_set,\n " ,
420
+ " dataset_df =training_set,\n " ,
421
421
" dataset_config_file_path=\" training_dataset_config.yaml\" ,\n " ,
422
422
" )"
423
423
]
431
431
"source" : [
432
432
" # Validation set\n " ,
433
433
" project.add_dataframe(\n " ,
434
- " df =validation_set,\n " ,
434
+ " dataset_df =validation_set,\n " ,
435
435
" dataset_config_file_path=\" validation_dataset_config.yaml\" ,\n " ,
436
436
" )"
437
437
]
817
817
"source" : [
818
818
" project.push()"
819
819
]
820
- },
821
- {
822
- "cell_type" : " code" ,
823
- "execution_count" : null ,
824
- "id" : " fd9670be" ,
825
- "metadata" : {},
826
- "outputs" : [],
827
- "source" : []
828
820
}
829
821
],
830
822
"metadata" : {
843
835
"name" : " python" ,
844
836
"nbconvert_exporter" : " python" ,
845
837
"pygments_lexer" : " ipython3" ,
846
- "version" : " 3.8.13 "
838
+ "version" : " 3.8.10 "
847
839
}
848
840
},
849
841
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments