From a827662960a3b9d0599dee94f5502ab561298d21 Mon Sep 17 00:00:00 2001 From: Luiz Augusto Machado Date: Tue, 20 Aug 2024 16:15:02 -0300 Subject: [PATCH] Teste: wSet a value to max_feature --- cd4ml/problems/houses/algorithms/random_forest/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd4ml/problems/houses/algorithms/random_forest/default.json b/cd4ml/problems/houses/algorithms/random_forest/default.json index 2c82a89..1e165b9 100644 --- a/cd4ml/problems/houses/algorithms/random_forest/default.json +++ b/cd4ml/problems/houses/algorithms/random_forest/default.json @@ -1,4 +1,4 @@ { "n_estimators": 200, - "max_features": "auto" + "max_features": "5" }