From fc4fe8684b3f7bd1fb622de8b270681a0390099a Mon Sep 17 00:00:00 2001 From: mrolescen Date: Thu, 15 May 2025 11:52:57 +0200 Subject: [PATCH] Removed library time from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 28b8f08..0b54a3d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ There are future features that are still a work-in-progress and will be enabled You can also use eZAutoML within Python scripts (though this feature is still being developed). This will allow you to work through Python code or via custom pipelines in the future. ```python - import time from sklearn.model_selection import train_test_split from sklearn.datasets import load_breast_cancer from sklearn.metrics import accuracy_score