-
Notifications
You must be signed in to change notification settings - Fork 6
Major Changes! Modernize, add new features, adapt to the latest kpms version, pipeline redesign, new report schema
#17
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
Merged
ttngu207
merged 63 commits into
datajoint:main
from
MilagrosMarin:feat_outliers_removal
Sep 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
778d763
feat: several fixes to config yml overwrite and add feat
MilagrosMarin 558b6f5
Update CHANGELOG and bump version
MilagrosMarin 442a718
update CHANGELOG
MilagrosMarin fc68fa0
refactor:`Inference` paths
MilagrosMarin e10b771
feat(VideoFile): add new attributes for downstream statistics
MilagrosMarin 2ded339
feat(PCATask): add new attribute and update docstrings
MilagrosMarin cbe4944
docs(PreProcessing): update docstrings
MilagrosMarin aa28e67
feat(PreProcessing): add computation of FPS and video duration
MilagrosMarin 3982816
docs(PCAFit): update docstring
MilagrosMarin 57d5117
docs(LatentDimension): udpate docstring
MilagrosMarin 3e0c60a
docs(PreFitTask, PreFit): update docstrings
MilagrosMarin 5bbdd4f
feat(PreFit): add `estimate_sigmasq_loc` from the latest KPMS version
MilagrosMarin 185e78d
fix(PreFit): change folder name to match primary attributes instead o…
MilagrosMarin 5a0c254
docs(FullFitTask): update docstring
MilagrosMarin 742249d
docs(FullFit): udpate docstrings
MilagrosMarin 76015c3
feat(FullFit): add `estimate_sigmasq_loc` from the latest version of …
MilagrosMarin b343e1c
fix(FullFit): update folder name to primary attributes instead of dat…
MilagrosMarin b2d2013
docs(SelectedFullFit): update docstring
MilagrosMarin bbd3a01
fix(devcontainer): update Dockerfile, update python version for KPMS …
MilagrosMarin 9bcf9a3
feat(pyproject): update version of KPMS from 0.4.8 to the latest vers…
MilagrosMarin e8e51f1
update CHANGELOG
MilagrosMarin 317c51a
update CHANGELOG
MilagrosMarin 911546f
fix(pyproject): update version
MilagrosMarin 3f782b7
Minor update to attribute defaults
MilagrosMarin 0684a29
fix model_name_str
MilagrosMarin 0650b36
review: update filename to `conda_env.yml`
MilagrosMarin cc50492
feat: add `report` schema
MilagrosMarin 6961f1e
review: apply suggestions to `moseq_train`
MilagrosMarin fcd29ee
refactor(moseq_infer)
MilagrosMarin 5d8f036
feat(plotting): move and refactor `viz_utils`
MilagrosMarin 0259b3a
refactor(kpms_reader)
MilagrosMarin 9e8bb3e
update(tutorial_pipeline)
MilagrosMarin 25b427f
minor fix in viz_utils
MilagrosMarin 0a46a63
update images
MilagrosMarin cca9f4d
update CHANGELOG
MilagrosMarin 422c2bd
updated `model_name` varchar from 100 to 1000
MilagrosMarin 5b5d305
update(report): new funciton name for `load_kpms_dj_config`
MilagrosMarin cfe7de7
refactor(PreProcessing): remove redundancy of variables
MilagrosMarin a067ce9
update docstrings
MilagrosMarin 8d1ff5d
docs(moseq_train)
MilagrosMarin 9e37ca9
refactor(moseq_infer): apply 3-part make function and update docstrings
MilagrosMarin ebba3e7
Update element_moseq/readers/kpms_reader.py
MilagrosMarin 7dfc208
udpate CHANGELOG and bump version to 1.0.0 instead and according to a…
MilagrosMarin b34404b
minor refactor in PreProcessing
MilagrosMarin e5f279b
update docstrings in kpms_reader
MilagrosMarin d7f503b
update CHANGELOG
MilagrosMarin 2603729
Update element_moseq/report.py
MilagrosMarin ec6ad58
from `report` to `moseq_report` and refactor path exists
MilagrosMarin 70210fa
reafactor `inference`
MilagrosMarin e837f34
update CHANGELOG
MilagrosMarin 4dc17e4
Merge remote-tracking branch 'refs/remotes/origin/feat_outliers_remov…
MilagrosMarin 684ebe6
update tutorial_pipeline
MilagrosMarin 2954d51
black formatting in `tutorial_pipeline`
MilagrosMarin ddf2eea
refactor(inference): from `insert` to `insert1` in a loop to prevent …
MilagrosMarin 971fd38
refactor(inference): rename attributes `file_h5` and `file_csv`
MilagrosMarin 5c5b8e3
update docstring in inference
MilagrosMarin 8864be2
update `images`
MilagrosMarin 4cb957c
minor fix
MilagrosMarin 547e124
fix(inference): add `overwrite=True` in `apply_model` to better handl…
MilagrosMarin 468b817
Update element_moseq/moseq_train.py
MilagrosMarin 01e9fe2
Update element_moseq/moseq_report.py
MilagrosMarin c2f7bbc
Update element_moseq/moseq_report.py
MilagrosMarin 59d5728
Merge branch 'datajoint:main' into feat_outliers_removal
MilagrosMarin 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 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
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.
Uh oh!
There was an error while loading. Please reload this page.