Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps labeling algorithm improvements #5

Open
MultiW opened this issue Apr 25, 2021 · 0 comments
Open

Steps labeling algorithm improvements #5

MultiW opened this issue Apr 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MultiW
Copy link
Owner

MultiW commented Apr 25, 2021

The ML model could use some improvements

  • Choose optimal settings for the model (XGBoost). Tests should be performed to determine the best combination of settings with the best performance.
  • Handle sensor orientation. The IMU data contains data for sensors placed upside down and right side up. The code doesn't do anything special to handle this, it simply trains the model to learn from both datasets. The effects of this are unclear, and I haven't tested the model on different sensor orientations.

Some other areas of development

  • Algorithm performance testing could perhaps be more refined. I measured accuracy using what I thought made sense, but proper statistical or ML performance testing methods should be used, whatever those are...
@MultiW MultiW added the enhancement New feature or request label Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant