From 73966a2a559ef4a4992552cb50e5758bf04b24ba Mon Sep 17 00:00:00 2001 From: jfcalder Date: Mon, 20 May 2024 11:27:47 -0400 Subject: [PATCH] Update train.py --- train.py | 1 + 1 file changed, 1 insertion(+) diff --git a/train.py b/train.py index f44634667..1f83ab17d 100644 --- a/train.py +++ b/train.py @@ -13,6 +13,7 @@ # Fit a model depth = 5 +otro_parametro = 8 clf = RandomForestClassifier(max_depth=depth) clf.fit(X_train, y_train)