Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -128/+136 |
| | |||||
* | [Minor] Neural: Extract lua scripts | Vsevolod Stakhov | 2023-03-25 | 1 | -100/+9 |
| | |||||
* | [Minor] Fix Redis prefixes | Vsevolod Stakhov | 2022-06-27 | 1 | -4/+4 |
| | |||||
* | [CritFix] Neural: Fix keys regression after #3968 | Vsevolod Stakhov | 2022-06-27 | 1 | -6/+6 |
| | |||||
* | [Minor] Add some sanity checks to the redis scripts | Vsevolod Stakhov | 2022-06-20 | 1 | -6/+10 |
| | |||||
* | [Minor] Fix issues found by the new luacheck version | Vsevolod Stakhov | 2022-04-14 | 1 | -3/+3 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 1 | -2/+2 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -3/+3 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Test] Fix neural plugin tests | Pragadeesh Chandiran | 2021-11-22 | 1 | -4/+4 |
| | |||||
* | [Feature] Add ROC feature to neural network plugin | Pragadeesh Chandiran | 2021-11-15 | 1 | -5/+156 |
| | |||||
* | [Minor] Neural: Do not filter static profiles | Vsevolod Stakhov | 2021-05-04 | 1 | -1/+5 |
| | |||||
* | [Minor] Neural: Allow to have flat classification if needed | Vsevolod Stakhov | 2021-04-29 | 1 | -0/+1 |
| | |||||
* | [Feature] Neural: Allow to balance FP/FN for the network | Vsevolod Stakhov | 2021-04-29 | 1 | -0/+3 |
| | |||||
* | [Minor] Neural: Add logging stuff | Vsevolod Stakhov | 2021-02-05 | 1 | -3/+7 |
| | |||||
* | [CritFix] Neural: Fix sorting application | Vsevolod Stakhov | 2021-02-05 | 1 | -1/+2 |
| | | | | Thanks to: Gerald Auer | ||||
* | [Feature] Neural: Move PCA learning to a subprocess | Vsevolod Stakhov | 2020-12-18 | 1 | -11/+39 |
| | |||||
* | [Feature] Add controller endpoint for training neural | Andrew Lewis | 2020-12-17 | 1 | -0/+779 |
- Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test |