Skip to content

Commit

Permalink
update base model choices
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang committed Sep 24, 2023
1 parent 1963ba0 commit 67739ed
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/Examples/06.Base_model_choices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@
"data = data.drop('sampling_event_identifier', axis=1)"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"# data = data.sample(frac=0.1, replace=False)"
]
},
{
"cell_type": "code",
"execution_count": 12,
Expand Down Expand Up @@ -173,24 +164,6 @@
"\n"
]
},
{
"cell_type": "code",
"execution_count": 146,
"metadata": {},
"outputs": [],
"source": [
"# import signal\n",
"\n",
"# class TimeoutException(Exception): # Custom exception class\n",
"# pass\n",
"\n",
"# def timeout_handler(signum, frame): # Custom signal handler\n",
"# raise TimeoutException\n",
"\n",
"# # Change the behavior of SIGALRM\n",
"# signal.signal(signal.SIGALRM, timeout_handler)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 67739ed

Please sign in to comment.