From 1f049f8d3e622944b00291844cf639b1b6ec32f4 Mon Sep 17 00:00:00 2001 From: KonovalovaAlA Date: Wed, 15 Oct 2025 17:24:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labworks/LW1/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labworks/LW1/report.md b/labworks/LW1/report.md index 94c5698..3db2d95 100644 --- a/labworks/LW1/report.md +++ b/labworks/LW1/report.md @@ -49,7 +49,7 @@ y = np.concatenate((y_train, y_test)) X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 10000, train_size = 60000, - random_state = 123) + random_state = 31) ``` Выведем размерности.