RC Day 20 - One Third
Published: 2022-06-10
|
Updated: 2022-06-10
Zoiks, twenty days, one third of a batch.
- I started my day with Execute Program, which is proving a nice way to start a programming day. The task is nicely defined, it doesn’t take an effort of will to start engaging with a complex problem. I added the SQL course to my roster this morning. There was a time when I wrote quite a lot of SQL, but it’s been at least several years since I did anything non-trivial with it.
- I knocked up a quick data generator using scikit-learn’s
make_classification
for binary metrics. I had forgotten how painful Python packaging is (in fairness, I haven’t python’d in a while, so probably I was being silly).
- Didn’t quite get the ML metrics viz online. I want to package it separately from this blog site then import it, so I’ll have to learn to do that. But apart from that, it’s pretty much good to go, so I’m happy with that.
- Presented on the metric viz at weekly presentations.