Skip to content

Commit b98faf9

Browse files
committed
Update lick_model.ipynb
1 parent b3d5ca9 commit b98faf9

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

lick_detect/lick_model.ipynb

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -467,20 +467,9 @@
467467
},
468468
{
469469
"cell_type": "code",
470-
"execution_count": 10,
470+
"execution_count": null,
471471
"metadata": {},
472-
"outputs": [
473-
{
474-
"data": {
475-
"text/plain": [
476-
"' precision recall f1-score support\\n\\n 0.0 0.98 1.00 0.99 46\\n 1.0 1.00 0.97 0.99 40\\n\\n accuracy 0.99 86\\n macro avg 0.99 0.99 0.99 86\\nweighted avg 0.99 0.99 0.99 86\\n'"
477-
]
478-
},
479-
"execution_count": 10,
480-
"metadata": {},
481-
"output_type": "execute_result"
482-
}
483-
],
472+
"outputs": [],
484473
"source": [
485474
"y_pred = lickModel.predict(X_test)\n",
486475
"y_pred_class = y_pred>0.5\n",
@@ -522,9 +511,9 @@
522511
],
523512
"metadata": {
524513
"kernelspec": {
525-
"display_name": "py3-TF2.0",
514+
"display_name": "Python 3",
526515
"language": "python",
527-
"name": "py3-tf2.0"
516+
"name": "python3"
528517
},
529518
"language_info": {
530519
"codemirror_mode": {
@@ -536,7 +525,7 @@
536525
"name": "python",
537526
"nbconvert_exporter": "python",
538527
"pygments_lexer": "ipython3",
539-
"version": "3.8.3"
528+
"version": "3.7.4"
540529
}
541530
},
542531
"nbformat": 4,

0 commit comments

Comments
 (0)