Skip to content

Commit 1316c09

Browse files
committed
Removed model card function call from pzmm_binary_classification_model_import.ipynb as a new example has been made for it
1 parent e2d3e64 commit 1316c09

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

examples/pzmm_binary_classification_model_import.ipynb

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -759,18 +759,6 @@
759759
" )\n",
760760
"\n",
761761
" full_training_data = pd.concat([y_train.reset_index(drop=True), x_train.reset_index(drop=True)], axis=1)\n",
762-
"\n",
763-
" pzmm.JSONFiles.generate_model_card(\n",
764-
" model_prefix=prefix,\n",
765-
" model_files = path,\n",
766-
" algorithm = str(type(model).__name__),\n",
767-
" train_data = full_training_data,\n",
768-
" train_predictions=train_predict,\n",
769-
" target_type='classification',\n",
770-
" target_value=1,\n",
771-
" interval_vars=predictor_columns,\n",
772-
" selection_statistic='_RASE_',\n",
773-
" )\n",
774762
" \n",
775763
"username = getpass.getpass()\n",
776764
"password = getpass.getpass()\n",
@@ -839,13 +827,10 @@
839827
}
840828
],
841829
"metadata": {
842-
"interpreter": {
843-
"hash": "f9708d3f38eeab835578f0695c8890716ee809285281a28db6e379a5abca1310"
844-
},
845830
"kernelspec": {
846-
"display_name": "dev-py38",
831+
"display_name": "pandatwo",
847832
"language": "python",
848-
"name": "dev-py38"
833+
"name": "python3"
849834
},
850835
"language_info": {
851836
"codemirror_mode": {
@@ -857,7 +842,7 @@
857842
"name": "python",
858843
"nbconvert_exporter": "python",
859844
"pygments_lexer": "ipython3",
860-
"version": "3.8.16"
845+
"version": "3.9.18"
861846
},
862847
"latex_envs": {
863848
"LaTeX_envs_menu_present": true,

0 commit comments

Comments
 (0)