Conversation
r59q
marked this pull request as draft
July 2, 2026 21:54
r59q
marked this pull request as ready for review
July 8, 2026 11:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR delivers the v4.0 refactor and feature update for ML Machine. It consolidates shared ML/domain logic into a clearer core architecture, moves stateful/business logic out of legacy stores into backend services/controllers reducing hard coupling on the Svelte framework, improves model training/validation behavior (especially KNN + confusion matrix flows), and expands MakeCode integration.
Key Changes
Why
Final Notes
The last of my time have been adding tests and testing all of the features as thoroughly as i could while on Linux, Windows testing is however limited. It should only effect how Bluetooth and USB interaction works though as its highly platform dependent. I am fairly confident it's as stable as the other branch 'development', but in case something is amiss please do reach out to me.
The contents of v3.6 is also part of this PR as that's the branch this is based off of.
I'll continue to monitor the project occasionally out of interest, but given the level of activity I doubt I'll be contributing.
As part of the handoff i've let an AI agent whip up an ARCHITECTURE.md, which I felt captured the general architecture very well. Take a peak at it if you ever want to dive into the changes as it lays the land in a very brief summary.
It has been a great journey to be a part of and I will miss the novel challenges and the learning that it brings. Farewell for now and I wish you the best of luck :)