-
Notifications
You must be signed in to change notification settings - Fork 12
[WIP] Enhance distance and gpf metrics #161
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
Draft
vferat
wants to merge
94
commits into
main
Choose a base branch
from
dev-meeg
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
2a09d23
Add dev notebook to test stuff
vferat 8694aaa
Change distance and gfp metrics
vferat 711fca3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0d0d26c
change correlation and gfp
vferat 2b16b7c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9a68b74
Update _checks.py
vferat 9755705
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 2bc4d81
wip
vferat a83d6e4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 76a7da8
fix _correlation
vferat 5dbff57
Use pairwise_distances + cosine
vferat 7217470
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat ddb4e5f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5f235e0
wip
vferat 017f769
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 1ab0af1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7bbcaa8
Update _base.py
vferat 4275359
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 22a3a7e
wip
vferat 4203b0c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] dff2af8
Update extract_gfp_peaks.py
vferat f473bdd
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 829f87f
wip
vferat d173c3a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d4627b6
Update _base.py
vferat f9c64e0
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 9387250
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 38a0b21
wip
vferat f9ba5fc
Update _checks.py
vferat c86ab92
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 41be55d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1d0c636
Merge branch 'main' into dev-meeg
vferat bada884
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat a8ec527
fix some tests
vferat 3208985
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 17da9ef
Update utils.py
vferat 869894a
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 6ef7747
Update utils.py
vferat 53e996a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7a71f67
wip
vferat e6a16a8
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat d94e657
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e6687ab
wip
vferat 5602e4d
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat b124339
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f8b7075
wip
vferat b918683
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8c3687a
remove prints
vferat 9d9de27
Fix tests
vferat 34e4fd9
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 69c3787
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4eab0fd
Update _base.py
vferat 617b687
Update _base.py
vferat b6c63cd
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat b4fed8f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 57b1aef
Update _base.py
vferat 09641ea
wip ignore polarity
vferat 9d70a6b
fix arguments
vferat 8bf3cad
Update kmeans.py
vferat 82764f3
Merge branch 'main' into dev-meeg
vferat 0b688f5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1a8426a
fix imports
vferat 0dc9aa5
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat bd98d8d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 02c16cb
save ingore polarity parameter
vferat ae153f2
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat a458316
Squashed commit of the following:
vferat 41aa160
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] af569af
wip save
vferat 723b18a
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat d7fef13
Fix kmeans
vferat 190763b
Merge branch 'main' into dev-meeg
vferat 416a820
Add no implementation error for segmentation with smoothing and polarity
vferat ede753a
Delete previous gfp function
vferat 6a0894a
WIP ignore polarity
vferat 76aed86
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8a5e8be
Fix gev
vferat c8aaebf
Fix
vferat 2d73418
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 0b0d1fc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] adb6204
fix issues
vferat d5a9a14
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7a55d10
Update kmeans.py
vferat e3bca97
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat ab301e2
Update test_fiff.py
vferat 74075dc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c014eb9
Fix io tests
vferat 211d2a4
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
vferat 7ef219d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b9a687b
Merge branch 'main' into dev-meeg
vferat 82b0c52
Merge branch 'main' into dev-meeg
vferat 37d29b4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 814e5a8
remove unwanted changes
vferat ced0189
remove unwanted changes
vferat 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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.
use distance here ?
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.
Sounds good.