Commit Graph

101 Commits

Author SHA1 Message Date
ea29a96ca1 hide make buildr command 2024-03-21 11:30:03 +01:00
673a41fc4d fix b_main dataset selection 2024-03-19 17:37:32 +01:00
634ea36169 Add optimization to compile flags in Release 2024-03-18 14:00:34 +01:00
20fef5b6b3 Add excel to experiment view in b_manage 2024-03-18 10:21:28 +01:00
7cf864c3f3 Fix report after experiment 2024-03-18 10:10:48 +01:00
4a0fa33917 Remove indexList variable in ManageScreen 2024-03-17 13:08:07 +01:00
d47da27571 Complete pagination of result report 2024-03-17 11:26:26 +01:00
faccb09c43 Begin result report pagination 2024-03-17 02:07:10 +01:00
fa4f47ff35 Create Base class for paged reports 2024-03-17 01:22:50 +01:00
106a36109e Refactor report folder 2024-03-17 00:06:00 +01:00
37eba57765 Rename ManageResults -> ManageScreen 2024-03-16 23:44:21 +01:00
67487ffce1 shorten dataset name to maximum length 2024-03-16 23:37:37 +01:00
9c11dee019 Complete Datasets in b_manage 2024-03-16 22:39:25 +01:00
58ae2c7690 Complete file output in ResultsDataset & ReportDataset 2024-03-16 17:05:26 +01:00
fa366a4c22 Convert DatasetsConsole & ResultsDatasetConsole to string output 2024-03-16 13:48:49 +01:00
b9af086c29 Refactor library folders
Add paginators per output type in b_manage
2024-03-16 12:02:24 +01:00
6a285b149b Fix report and showindex header in bmanage 2024-03-16 01:24:47 +01:00
ad402ac21e ReportConsole to string 2024-03-16 01:16:00 +01:00
38978aa7b7 Add message of Excel file created in b_manage 2024-03-15 19:54:03 +01:00
3691363b8e Parsing errors to to status in b_manage 2024-03-15 19:28:37 +01:00
fe24aa0b3e Change header color to white in b_manage 2024-03-15 14:04:16 +01:00
175e0eb591 Fix some status issue in b_manage 2024-03-15 12:45:08 +01:00
1912d17498 Add status to b_manage 2024-03-15 11:31:56 +01:00
54249e5304 Add different header colors in b_manage 2024-03-15 00:24:16 +01:00
d7f92c9682 Refactor colors in b_manage 2024-03-15 00:18:30 +01:00
00bb7f4680 Adjust sizes in b_manage 2024-03-14 23:52:33 +01:00
bf5dabb169 Add pagination to b_manage 2024-03-14 23:41:05 +01:00
cdf339856a Fix b_manage error if no results were present 2024-03-13 17:56:44 +01:00
3ceea5677c Remove odd variable in some sources 2024-03-12 13:35:07 +01:00
260fd122eb Fix number in header of b_manage 2024-03-12 13:27:22 +01:00
eff0be1c1c Add apply number of lines in terminal in b_manage 2024-03-12 13:23:30 +01:00
0ade72a37a Permit partial results comparison 2024-03-12 00:24:36 +01:00
72cda3784a Add bold max score per model in b_list results 2024-03-11 17:02:58 +01:00
52d689666a Update License & Readme 2024-03-11 10:21:40 +01:00
26e87c9cb1 Merge pull request 'list_results' (#3) from list_results into main
Reviewed-on: #3
2024-03-11 08:54:01 +00:00
03cd6e5a51 Complete b_list results 2024-03-10 20:12:13 +01:00
cd9ff89b52 Add results to b_list 2024-03-10 18:02:03 +01:00
05d05e25c2 Add make example command 2024-03-10 13:25:55 +01:00
5cd6e3d1a5 Rename tests from cc to cpp 2024-03-10 13:04:02 +01:00
d9e9356d92 Rename all from *.cc to *.cpp 2024-03-10 13:03:37 +01:00
0010c840d1 Replace #define ... with pragma once 2024-03-10 12:50:35 +01:00
51f32113c0 Add model argument validation in b_best 2024-03-10 12:31:13 +01:00
b3b3d9f1b9 Add command results to b_list
Rename tostring -> toString in models
Add datasets names to b_main command help - validation
2024-03-10 12:16:02 +01:00
4c847fc3f6 Add model selection to b_best to filter results 2024-03-09 20:19:27 +01:00
7e4ee0a9a9 Refactor to accept new Library structure 2024-03-08 22:20:13 +01:00
b7398db9b1 Update CMake to work in Linux 2024-03-08 13:21:25 +01:00
0a9bd0d9c4 Update sample 2024-03-08 12:49:21 +01:00
7a3adaf4a9 Remove source bayesnet & pyclassifiers libraries dependency 2024-03-08 12:30:04 +01:00
5c4efa08db Add # models to ReportExcelCompared 2024-03-07 11:40:36 +01:00
576016bbd9 Merge pull request 'Create an excel report with two complete results compared in b_manage' (#2) from report_compared into main
Reviewed-on: #2
2024-03-06 12:17:30 +00:00