issues
search
ml4ai
/
delphi
Framework for assembling causal probabilistic models from text and software.
http://ml4ai.github.io/delphi
Apache License 2.0
24
stars
17
forks
source link
Early Stopping of model Training
#561
Closed
jastier
closed
2 years ago
jastier
commented
2 years ago
What's different:
Model training now stops early if the log_likelihood values converge over predetermined sampling interval.
The minimum log_likelihood delta and the sampling interval are set in "config.json"
Runtime output is now saved to a logfile, "logfile.txt"
All database operations are now tested for success and retried if they fail.
Low-latency model_status and experiment_status tables are rebuilt at startup sync with models and experiments
What's different: