Documentation for Aggmodelhandler Module¶
AGGModelHandler
¶
Bases: ModelHandler
Source code in nebula/core/situationalawareness/discovery/modelhandlers/aggmodelhandler.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
|
accept_model(model)
¶
Save first model receive and collect the rest for pre-processing
Source code in nebula/core/situationalawareness/discovery/modelhandlers/aggmodelhandler.py
29 30 31 32 33 34 35 36 37 38 |
|
get_model(model)
¶
Returns:
Type | Description |
---|---|
neccesary data to create trainer after pre-processing |
Source code in nebula/core/situationalawareness/discovery/modelhandlers/aggmodelhandler.py
40 41 42 43 44 45 46 47 48 |
|
set_config(config)
¶
Source code in nebula/core/situationalawareness/discovery/modelhandlers/aggmodelhandler.py
15 16 17 18 19 20 21 22 23 24 25 26 27 |
|