summaryrefslogtreecommitdiff
path: root/ml/model_trainer.py
AgeCommit message (Collapse)Author
2022-04-02Minor changes; make model trainer show results for all models, etc...Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-02-10More cleanup.Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02Make subdirs type clean too.Scott
2022-01-23Minor cleanup.Scott
2022-01-23Clean up the remote executor stuff and create a dedicated heartbeatScott
thread. Fix the parallelize integration test. Other changes that depended on these fixes.
2022-01-11Start using warnings from stdlib.Scott
2022-01-06A bunch of changes...Scott
2021-11-17WaitableState thingy and some stuff in the ML world.Scott Gasch
2021-11-15Making remote training work better.Scott Gasch
2021-10-19Bugfixes.Scott Gasch
2021-07-11Random cleanups and type safety. Created ml subdir.Scott Gasch