It's been a little while since I last wrote about Formak ( FormaK Under The Hood: Optimization for scikit-learn integration , Sat 08 October 2022). Since then, I've been busy adding functionality to FormaK and I've also been improving the tooling for the project, inspired by Boring Python: code quality. The latest piece of functionality is the C++ code generation. The PR is in progress, but the initial experiments have proved out that the generation pipeline is feasible and able to be integrated into bazel.
Projects
-
Project Formak (9 entries)
-
Project Quadcopter (4 entries)
Tearing Down a Quadcopter: Part 4 - Reading Upside Down Breaking
I decided to go for the full-break method of investigating the electronics, and while it worked out well to start, it's looking iffy going forward.
-
Project Random (5 entries)
random-code Day 5: Python Class Manipulation Building
Becoming a little more familiar with Python's Abstract Base Class functionality
-
Project RC Build (2 entries)
Gears and Batteries Building
How small can we get with a functional gear part on a FDM printer? What about packing in extra batteries?
-
Project Restomod (29 entries)
Restomod Day 28 Building
Two more iterations on the battery cover / side skirts
-
Project Supercharging Evernote (2 entries)
Behind the Scenes 2023-01-13 Building
The first day of the project started with a focus on getting TF-IDF set up and connecting the data to the format that scikit-learn expects. Also, a brief diversion to start with small data before going to the big data approach.