diff --git a/avocado-evaluation.py b/avocado-evaluation.py index c0de7a4..a69c692 100644 --- a/avocado-evaluation.py +++ b/avocado-evaluation.py @@ -39,4 +39,4 @@ y_test = avocado_test[['type']] # ewaluacja loss, accuracy, f1_score, precision, recall = model.evaluate(X_test, y_test, verbose=0) -with open('') \ No newline at end of file +# with open('') \ No newline at end of file