From 53235c77a00b82b75371a219b6ad390152cbdba6 Mon Sep 17 00:00:00 2001 From: AnikeevAnA Date: Sat, 20 Sep 2025 16:42:36 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labworks/LW1/report.md b/labworks/LW1/report.md index c3666b6..3e1e892 100644 --- a/labworks/LW1/report.md +++ b/labworks/LW1/report.md @@ -32,7 +32,7 @@ y = np.concatenate((y_train, y_test)) ``` * 3.2 Разбиение по вариантам. (5 бригада -> k=4*5-1) ``` -X_train, X_test, y_train, y_test = train_test_split(X, y,test_size = 10000,train_size = 60000, random_state = 15) +X_train, X_test, y_train, y_test = train_test_split(X, y,test_size = 10000,train_size = 60000, random_state = 19) ``` * 3.3 Вывод размерностей.