From ce8de502f5372b3cc1902a6b0df368600b9b2c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Bouscarrat?= <leo.bouscarrat@euranova.eu> Date: Tue, 26 Nov 2019 11:54:07 +0100 Subject: [PATCH] Correction on boston --- experiments/boston/stage1/params.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/experiments/boston/stage1/params.json b/experiments/boston/stage1/params.json index ad9a695..6a5a1e9 100644 --- a/experiments/boston/stage1/params.json +++ b/experiments/boston/stage1/params.json @@ -1,6 +1,5 @@ { "scorer": "neg_mean_squared_error", -<<<<<<< HEAD "best_score_train": -11.238253315624897, "best_score_test": -7.312532120669678, "best_parameters": { @@ -10,15 +9,4 @@ "n_estimators": 1000 }, "random_seed": 289 -======= - "best_score_train": -12.900217003727361, - "best_score_test": -12.682938620298733, - "best_parameters": { - "max_depth": 18, - "max_features": "sqrt", - "min_samples_leaf": 1, - "n_estimators": 1000 - }, - "random_seed": 883 ->>>>>>> a0f7c96f51b3e1575f6db1b704579b0cf1042c42 } \ No newline at end of file -- GitLab