File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 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 " ,
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" : {
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 ,
You can’t perform that action at this time.
0 commit comments