From 05e4b053523dbd605f5bf3991b862901578ae3f9 Mon Sep 17 00:00:00 2001 From: MachulinaDV Date: Sun, 21 Sep 2025 12:32:42 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'labworks/LW1/Report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labworks/LW1/Report.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/labworks/LW1/Report.md b/labworks/LW1/Report.md index d74d4f0..bed2468 100644 --- a/labworks/LW1/Report.md +++ b/labworks/LW1/Report.md @@ -43,8 +43,9 @@ X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 10000, tra print('Shape of X train:', X_train.shape) print('Shape of y train:', y_train.shape) ``` -*Shape of X train: (60000, 28, 28); -Shape of y train: (60000,)* +*Shape of X train: (60000, 28, 28); Shape of y train: (60000,)* + + --- ### 4. Вывод элементов обучающих данных ```python