-
Notifications
You must be signed in to change notification settings - Fork 42
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
92 training pipeline #187
Merged
RobotPsychologist
merged 73 commits into
RobotPsychologist:main
from
jogong2718:92-training-pipeline
Nov 29, 2024
Merged
92 training pipeline #187
Changes from 71 commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
9bb9d46
added GMMHMM implementation
jogong2718 1ee4e52
adjusted na filtering
jogong2718 7c70ea1
fetched
jogong2718 7b15ebd
tried diff data processing didnt do anything
jogong2718 1961086
Merge branch 'main' of https://github.com/RobotPsychologist/bg_control
jogong2718 89a8e1c
implemented OHE for labels to no avail
jogong2718 9874688
deleted unneeded prints
jogong2718 973858b
Applied gaussian smoothing to unsupervised test
NathanL15 081b649
refactor code structure for improved readability and maintainability
jogong2718 2a0752d
refactor data processing pipeline for enhanced performance
jogong2718 c5f57a6
Merge branch 'main' of https://github.com/jogong2718/bg_control; bran…
jogong2718 0933137
refactor error handling in data processing for better reliability
jogong2718 c1f0046
enhance data processing efficiency through optimized algorithms
jogong2718 7b6b2ae
Merge branch 'main' of https://github.com/jogong2718/bg_control; bran…
jogong2718 2fb4e78
Merge branch 'main' of https://github.com/jogong2718/bg_control
jogong2718 814d3ce
Add model training function and update VSCode settings
jogong2718 41ec240
added model instances
jogong2718 b14da34
added more models, refactored fittin code, added base metrics provide…
jogong2718 0fe4ca9
Refactor training script to use root mean squared error and replace p…
jogong2718 d4bbdc6
Merge branch 'main' of https://github.com/RobotPsychologist/bg_contro…
jogong2718 2f32fad
Fix formatting in train.py for improved readability
jogong2718 a82dd0d
Added transformer methods and xy split
NathanL15 a1bd239
Enhance training script to support CSV input for data and labels, add…
jogong2718 8350087
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 dea4a35
remve library
jogong2718 bb3025f
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 bfc74d2
implemented correct metrics and updated transformer implementation fu…
jogong2718 09fb5fb
Added load and save model using joblib library
NathanL15 d5c8881
Added helper function to load data into a csv and renamed data path p…
NathanL15 7cdca08
refactor loading and saving functions
jogong2718 e9c0246
Merge branch 'main' of https://github.com/RobotPsychologist/bg_contro…
jogong2718 7d28ff0
added the rest of the models
jogong2718 590da1d
refactor model loading and saving functions; update paths and metrics…
jogong2718 bf5c34e
refactor model saving and loading; switch to mlflow_sktime for model …
jogong2718 1514f84
Merge branch 'main' of https://github.com/RobotPsychologist/bg_contro…
jogong2718 184dc0e
refactored file paths
jogong2718 1f8e64c
commented out tests
jogong2718 4d35972
added additional comments for training function arguments
jogong2718 12083b9
squash
jogong2718 3330f16
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 224d0d6
uncommented dotenv
jogong2718 5db1541
implemented training pipeline
jogong2718 d88b5c5
readded notebooks because they were corrupted for some reason
jogong2718 b2c79ea
Merge branch '92-training-pipeline' of https://github.com/jogong2718/…
jogong2718 8ea9414
Merge branch '92-training-pipeline' of https://github.com/jogong2718/…
jogong2718 2e11e87
troubleshoot commit
NathanL15 42b438c
sample test template
NathanL15 8893ccb
test runline
NathanL15 7a7a209
unittest (still have import config error
NathanL15 4995126
refactored train script functions and updated test path
jogong2718 0e931c9
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 10afb07
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 5b0e1d4
refactored funcitons in train
jogong2718 8a73e06
initialize meal identification module
jogong2718 89b6608
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 87f5ace
changed unit test path
jogong2718 0a3bbfc
Unittest
NathanL15 35fa728
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
NathanL15 c36eae7
Add training for multiple models and update unit test path
jogong2718 0b22873
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 5f32ebd
changed tests to test shape of data
jogong2718 f44ff4f
Commit
NathanL15 c86b95e
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
NathanL15 42964b9
defined a unittest class and fixed some of the tests as well as savin…
jogong2718 77270eb
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 38d2021
Merge branch 'main' of https://github.com/RobotPsychologist/bg_contro…
jogong2718 5f05e8f
Merge branch '92_training_pipeline' of https://github.com/jogong2718/…
jogong2718 3b9b6ba
feat: add GMMHMM model and update test paths
jogong2718 1fdf065
update tests and environment files with tonys changes. Revert the not…
jogong2718 9976e8c
Merge branch '92_training_pipeline' into 92-training-pipeline
jogong2718 f8e4e45
fix: remove unnecessary attachments from GMMHMM implementation notebook
jogong2718 7ee9e64
fix: remove init
jogong2718 e9b27c1
removed wrong init
jogong2718 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Empty file.
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This init will cause some problems. Is there a reason why this is included?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove it. Im not sure why it was added I think it was to try and fix the module import issue but that didnt help.