We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23caecf commit 848d307Copy full SHA for 848d307
1 file changed
dashboard/state_manager.py
@@ -12,7 +12,7 @@ def initialize_state():
12
print("Initializing state variables at startup...")
13
# experiment and model type
14
state.experiment = "staging_injector"
15
- state.model_type = "Gaussian Process"
+ state.model_type = "Neural Network"
16
state.model_training = False
17
state.model_training_status = None
18
state.model_training_time = None
0 commit comments