home.social
  1. also accepts bug reports or suggestions for improving the library as well outside of the roadmap/enhancement process. I’d love to get feedback from you on use cases you’re considering, features that’d be useful to you, missing tests, bugs you’ve found, you name it

    If you’re interested in contributing, more information can be found at github.com/buckbaskin/formak/b

  2. The project now has a publicly available roadmap via GitHub Issues.

    Issues tagged enhancement are under consideration and welcome feedback on if they’d provide value for your use case or tests that’d be required to support your use case
    github.com/buckbaskin/formak/l

  3. @buck The feature has landed! FormaK now supports hyper-parameter selection and cross validation with a new structured state machine interface. Under the hood it’s using scikit-learn. As always, it can be built into a or model or

    github.com/buckbaskin/formak/p

  4. The latest feature for : a reference implementation of a !

    Goals for the reference model:

    1. Provide an example for what a more complicated model looks like in FormaK
    2. Provide a composable implementation of a strapdown IMU that can be built into other models

    The learnings from this model will also inspire some new work coming soon!

    As always, the reference model can be compiled into and

    Github: github.com/buckbaskin/formak/p

  5. The latest feature for : innovation filtering!

    The previous implementation provided the math for the EKF process update and sensor update; however, that leaves the models open to spurious readings. This can make the filter hard to use (correctly).

    Innovation filtering removes updates that are out of distribution to reject the spurious reading and maintain a robust state estimate

    As always, the comes in and

    Github: github.com/buckbaskin/formak/p

  6. The latest feature for : a managed runtime!

    I'd been stuck trying to simplify the complexity of managing a process and multiple sensor models since I introduced calibration (which added more complexity... not helping...). In the end I landed on a single tick function call with a dose of that handles sensors of any type and takes care of the rest under the hood.

    As always, it comes in and

    Github: github.com/buckbaskin/formak/p