index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ml
Age
Commit message (
Collapse
)
Author
2022-04-12
Overhaul quick_labeler part 2: understand what the current model says.
Scott Gasch
2022-04-12
Overhaul quick labeler, part 1.
Scott Gasch
2022-04-02
Minor changes; make model trainer show results for all models, etc...
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-02-10
More cleanup.
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-05
Add a bunch of __init__.py's; maybe this will fix import
Scott Gasch
problems with mypy?
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02
Make subdirs type clean too.
Scott
2022-01-23
Minor cleanup.
Scott
2022-01-23
Clean up the remote executor stuff and create a dedicated heartbeat
Scott
thread. Fix the parallelize integration test. Other changes that depended on these fixes.
2022-01-11
Start using warnings from stdlib.
Scott
2022-01-06
A bunch of changes...
Scott
2021-11-17
WaitableState thingy and some stuff in the ML world.
Scott Gasch
2021-11-15
Making remote training work better.
Scott Gasch
2021-10-19
Bugfixes.
Scott Gasch
2021-07-11
Random cleanups and type safety. Created ml subdir.
Scott Gasch