Closed as6520 closed 3 years ago
In GitLab by @as6520 on Jun 15, 2020, 16:39
added 1 commit
In GitLab by @as6520 on Jun 15, 2020, 16:39
changed the description
In GitLab by @as6520 on Jun 15, 2020, 16:39
@waxlamp please review
In GitLab by @as6520 on Jun 15, 2020, 16:40
@owl-uccs please review
In GitLab by @owl-uccs on Jun 15, 2020, 17:09
Commented on merge_framework/protocol/condda_config.py line 16
it is condda
In GitLab by @owl-uccs on Jun 15, 2020, 17:14
Commented on merge_framework/protocol/condda_config.py line 4
You can add clustering parameters 'FINCH', 'PFACT', 'HDBSCAN'
In GitLab by @as6520 on Jun 15, 2020, 17:37
Commented on merge_framework/protocol/condda_config.py line 16
changed this line in version 3 of the diff
In GitLab by @as6520 on Jun 15, 2020, 17:37
added 2 commits
In GitLab by @as6520 on Jun 15, 2020, 17:37
Commented on merge_framework/protocol/condda_config.py line 16
Good catch! I have changed the test name
In GitLab by @as6520 on Jun 15, 2020, 17:38
Commented on merge_framework/protocol/condda_config.py line 4
Sure, could you provide the parameters that should be added for the three algorithms?
In GitLab by @owl-uccs on Jun 15, 2020, 18:15
Commented on merge_framework/protocol/condda_config.py line 4
Just name of clustering method, not internal parameter
In GitLab by @as6520 on Jun 16, 2020, 08:40
added 1 commit
In GitLab by @as6520 on Jun 16, 2020, 08:41
Commented on merge_framework/protocol/condda_config.py line 4
done
In GitLab by @waxlamp on Jun 17, 2020, 11:08
I am not the right person to review this, but the code looks ok.
In GitLab by @owl-uccs on Jun 17, 2020, 11:18
Commented on merge_framework/protocol/condda_config.py line 4
FINCH and PFACT are parameter free. I asked to add "clustering: key with two subkeyes "name" and""number_of_unknown_to_strat_clustering": 15,
than you can delete "number_of_unknown_to_strat_clustering": 15,
from EVM param. name can have 3 possible values FINCH, HDBSCAN, and PFACT
In GitLab by @owl-uccs on Jun 17, 2020, 11:19
Commented on merge_framework/protocol/condda_config.py line 48
detection_threshold
should be 0.5
In GitLab by @owl-uccs on Jun 17, 2020, 11:19
Commented on config/condda_5_14_a2_nd.json line 28
detection_threshold
should be 0.5
In GitLab by @owl-uccs on Jun 17, 2020, 11:19
Commented on config/condda_5_14_a1_nd.json line 28
detection_threshold
should be 0.5
In GitLab by @as6520 on Jun 18, 2020, 09:30
Commented on merge_framework/protocol/condda_config.py line 4
The suggestion would also require change in the constructor for both the algorithm. Could you create an MR in the https://gitlab.kitware.com/darpa-sail-on/evm_based_novelty_detector where the constructor for both the condda algorithms are modified with a new parameter called clustering_param
. Since the dictionary would be passed to the algorithms during construction
In GitLab by @as6520 on Jun 18, 2020, 09:35
Commented on merge_framework/protocol/condda_config.py line 48
changed this line in version 5 of the diff
In GitLab by @as6520 on Jun 18, 2020, 09:35
Commented on config/condda_5_14_a2_nd.json line 28
changed this line in version 5 of the diff
In GitLab by @as6520 on Jun 18, 2020, 09:35
Commented on config/condda_5_14_a1_nd.json line 28
changed this line in version 5 of the diff
In GitLab by @as6520 on Jun 18, 2020, 09:35
added 1 commit
In GitLab by @as6520 on Jun 18, 2020, 09:35
Commented on merge_framework/protocol/condda_config.py line 48
Done
In GitLab by @owl-uccs on Jun 18, 2020, 11:32
Commented on merge_framework/protocol/condda_config.py line 4
https://gitlab.kitware.com/darpa-sail-on/evm_based_novelty_detector/-/merge_requests/65
In GitLab by @as6520 on Jun 19, 2020, 15:27
added 1 commit
In GitLab by @as6520 on Jun 19, 2020, 15:27
Commented on merge_framework/protocol/condda_config.py line 4
Done
In GitLab by @owl-uccs on Jun 19, 2020, 15:41
done
In GitLab by @owl-uccs on Jun 19, 2020, 15:42
resolved all threads
In GitLab by @as6520 on Jun 19, 2020, 16:02
Could you please resolve this thread too?
In GitLab by @as6520 on Jun 19, 2020, 16:11
mentioned in commit 3d711b834b0647cb8e37b56a7a33bbe285cfe38d
In GitLab by @as6520 on Jun 19, 2020, 16:11
merged
In GitLab by @as6520 on Jun 15, 2020, 16:37
Merges add-condda -> master
This MR add condda protocol. The protocol involves the following steps occurring in a loop
where novelty adaption does not take any feedback from the server and relies on the clustering output
Depends on evm_based_novelty_detector !58 and sail-on !61
closes #10