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

Add benchmarks_of_the_sortingcomponents to projects folder #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions projects/benchmarks_of_the_sortingcomponents/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Project title: Benchmarks of the sortingcomponents

### Key Investigators

* Pierre Yger
* Samuel Garcia

## Project Description

The sortingcomponents can now implement several key steps of the spike sorting pipelines in a modular and efficient manner. However, while the goal is to be able to properly benchmark all these steps, the benchmarks are not all finished and/or can be enhanced

### Background

The goal of the project is to brainstorm on the Benchmarks and write some that are currently missing (PeakSelection, MetaMerging)


### Approach and Plan

Fill in with approach and project plan

* [ ] Write Benchmarks for Merging and PeakSelection
* [ ] Think about the key properties/values that should be targeted in benchmarks
* [ ] Harmonize the plots among Benchmarks to factorize code and ease the reports

### Progress

Fill in with tentative milestones (or leave blacnk for later):

* [ ] Milestone 1
* [ ] Milestone 2
* [ ] Make PR to SpikeInterface

### Next Steps (optional)

Fill in with next steps

## References

[^1]: My awesome paper

1 change: 1 addition & 0 deletions projects/benchmarks_of_the_sortingcomponents/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add your code here