From 2921c0303b0fc6ce5a93bab37df9fa1b149db6cb Mon Sep 17 00:00:00 2001 From: Charly Lamothe <charly.lamothe@univ-amu.fr> Date: Fri, 28 Feb 2020 19:06:57 +0100 Subject: [PATCH] Add steel plates best hyperparameters --- experiments/steel-plates/stage1/params.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 experiments/steel-plates/stage1/params.json diff --git a/experiments/steel-plates/stage1/params.json b/experiments/steel-plates/stage1/params.json new file mode 100644 index 0000000..b9fe822 --- /dev/null +++ b/experiments/steel-plates/stage1/params.json @@ -0,0 +1,18 @@ +{ + "scorer": "accuracy", + "best_score_train": 0.9879129734085416, + "best_score_test": 0.9938303341902314, + "best_parameters": { + "min_samples_leaf": 1, + "n_estimators": 1000, + "max_features": "log2", + "max_depth": 15 + }, + "random_seed": [ + 1604, + 237, + 1671, + 1652, + 37 + ] +} \ No newline at end of file -- GitLab