summaryrefslogtreecommitdiffstats
path: root/lualib/plugins/neural.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-128/+136
|
* [Minor] Neural: Extract lua scriptsVsevolod Stakhov2023-03-251-100/+9
|
* [Minor] Fix Redis prefixesVsevolod Stakhov2022-06-271-4/+4
|
* [CritFix] Neural: Fix keys regression after #3968Vsevolod Stakhov2022-06-271-6/+6
|
* [Minor] Add some sanity checks to the redis scriptsVsevolod Stakhov2022-06-201-6/+10
|
* [Minor] Fix issues found by the new luacheck versionVsevolod Stakhov2022-04-141-3/+3
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-2/+2
|
* Spelling (#4086)Josh Soref2022-02-221-3/+3
| | | [Rework] Massive spelling fix from @jsoref
* [Test] Fix neural plugin testsPragadeesh Chandiran2021-11-221-4/+4
|
* [Feature] Add ROC feature to neural network pluginPragadeesh Chandiran2021-11-151-5/+156
|
* [Minor] Neural: Do not filter static profilesVsevolod Stakhov2021-05-041-1/+5
|
* [Minor] Neural: Allow to have flat classification if neededVsevolod Stakhov2021-04-291-0/+1
|
* [Feature] Neural: Allow to balance FP/FN for the networkVsevolod Stakhov2021-04-291-0/+3
|
* [Minor] Neural: Add logging stuffVsevolod Stakhov2021-02-051-3/+7
|
* [CritFix] Neural: Fix sorting applicationVsevolod Stakhov2021-02-051-1/+2
| | | | Thanks to: Gerald Auer
* [Feature] Neural: Move PCA learning to a subprocessVsevolod Stakhov2020-12-181-11/+39
|
* [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-171-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