Commit Graph

535 Commits

Author SHA1 Message Date
2e95e8999d
Complete nested gridsearch 2023-12-03 12:37:25 +01:00
fb9b395748
Begin output nested grid 2023-12-02 13:19:12 +01:00
03e4437fea
refactor gridsearch to have only one go method 2023-12-02 10:59:05 +01:00
33cd32c639
Add header to grid output and report 2023-12-01 10:30:53 +01:00
c460ef46ed
Refactor gridsearch method 2023-11-30 11:01:37 +01:00
dee9c674da
Refactor grid input hyperparameter file 2023-11-29 18:24:34 +01:00
e3f6dc1e0b
Fix tolerance hyperp error & gridsearch 2023-11-29 12:33:50 +01:00
460d20a402
Add reports to gridsearch 2023-11-29 00:26:48 +01:00
8dbbb65a2f
Add only parameter to gridsearch 2023-11-28 10:08:40 +01:00
d06bf187b2
Implement Random Forest nodes/leaves/depth 2023-11-28 00:35:38 +01:00
4addaefb47
Implement sklearn version in PyWrap 2023-11-27 22:34:34 +01:00
82964190f6
Add nodes/leaves/depth to STree & ODTE 2023-11-27 10:57:57 +01:00
4fefe9a1d2
Add grid input info to grid output 2023-11-26 16:07:32 +01:00
7c12dd25e5
Fix upper case typo 2023-11-26 10:55:32 +01:00
c713c0b1df
Add continue from parameter to gridsearch 2023-11-26 10:36:09 +01:00
64069a6cb7
Adapt b_main to the new hyperparam file format 2023-11-25 16:52:25 +01:00
ba2a3f9523 Merge pull request 'gridsearch' (#13) from gridsearch into main
Reviewed-on: #13
2023-11-25 11:16:13 +00:00
f94e2d6a27
Add quiet parameter 2023-11-24 21:16:20 +01:00
2121ba9b98
Refactor input grid parameters to json file 2023-11-24 09:57:29 +01:00
8b7b59d42b
Complete first step 2023-11-23 12:59:21 +01:00
bbe5302ab1
Add info to output 2023-11-22 16:38:50 +01:00
c2eb727fc7
Complete output interface of gridsearch 2023-11-22 16:30:04 +01:00
fb347ed5b9
Begin gridsearch implementation 2023-11-22 12:22:30 +01:00
b657762c0c
Generate combinations sample 2023-11-22 00:18:24 +01:00
495d8a8528
Begin implementing grid combinations 2023-11-21 13:11:14 +01:00
4628e48d3c
Build gridsearch structure 2023-11-20 23:32:34 +01:00
5876be4b24
Add more install instructions of Boost to README 2023-11-20 20:39:22 +01:00
dc3400197f
Add coment todo impelemt number of nodes 2023-11-20 01:14:13 +01:00
26d3a57782
Add info to invalid hyperparameter exception 2023-11-19 23:02:28 +01:00
4f3a04058f
Refactor Hyperparameters management 2023-11-19 22:36:27 +01:00
89c4613591
Implement hyperparameters with json file 2023-11-18 11:56:10 +01:00
28f3d87e32 Add Python Classifiers
Add STree, Odte, SVC & RandomForest Classifiers
Remove using namespace ... in project
2023-11-17 11:11:05 +01:00
e8d2c9fc0b
Set intolerant convergence 2023-11-17 10:26:25 +01:00
d3cb580387
Remove n_jobs from STree 2023-11-17 10:10:31 +01:00
f088df14fd
Restore the Creation model position in experiment 2023-11-17 01:10:46 +01:00
e2249eace7
Disable Warning messages in python clfs
Disable removing Python env
2023-11-16 22:38:46 +01:00
64f5a7f14a
Fix header in example 2023-11-16 17:03:40 +01:00
408db2aad5
Mark override fit funtcion 2023-11-14 18:59:41 +01:00
e03efb5f63
set tolerance=0 if feature selection in BoostAODE 2023-11-14 10:12:02 +01:00
f617886133
Add new models to example 2023-11-14 09:12:25 +01:00
69ad660040
Refactor version method in PyClassifier 2023-11-13 13:59:06 +01:00
431b3a3aa5
Fit PyWrap into BayesNet 2023-11-13 11:13:32 +01:00
6a23e2cc26
Add CMakelist integration 2023-11-12 22:14:29 +01:00
f6e00530be
Add Pywrap sources 2023-11-12 21:43:07 +01:00
f9258e43b9
Remove using namespace from Library 2023-11-08 18:45:35 +01:00
92820555da
Simple fix 2023-10-28 10:56:47 +02:00
5a3af51826
Activate best score in odte 2023-10-25 10:23:42 +02:00
a8f9800631
Fix mistake when no results in manage 2023-10-24 19:44:23 +02:00
84cec0c1e0
Add results files affected in best results excel 2023-10-24 16:18:52 +02:00
130139f644
Update formulas to use letters in ranges in excel 2023-10-24 13:06:31 +02:00