focal.commands.test_commands module¶
This module define the logic for testing each model.
- class focal.commands.test_commands.TestCNN[source]¶
Bases:
BaseCommandTest CNN model performance.
- class focal.commands.test_commands.TestImageOnly[source]¶
Bases:
BaseCommandTest CNN model performance on only images.
- class focal.commands.test_commands.TestMLP[source]¶
Bases:
BaseCommandTest MLP model performance.
- class focal.commands.test_commands.TestRL[source]¶
Bases:
BaseCommandTesting logic for RL agent
- class focal.commands.test_commands.TestXGBoost[source]¶
Bases:
BaseCommandTest XGBoost performance on prediciting change in tension.