Skip to content

carlson-lab/lpne

Repository files navigation

LPNE feature extraction and classification pipeline

Code for preprocessing and building models with local field potentials

See script.py for usage.

Installation

$ git clone https://github.com/carlson-lab/lpne.git
$ cd lpne
$ pip install .
$ pytest test # run tests
$ cd docs
$ make html # build docs

Then see docs/build/html/index.html for the docs.

Dependencies

TO DO

  1. Add a Tucker decomposition model
  2. PoE?
  3. Make some pre-zipped features and labels: make TST public
  4. Movie app
  5. mouse-specific intercepts
  6. SMC for sampling label sequence posterior
  7. Mouse-specific normalization options
  8. Early stopping in GridSearchCV
  9. [b,f,r,r] vs [b,r,r,f] shapes
  10. automatic groups?
  11. More agressive normalization options
  12. Add strict channel map checking options
  13. Add CSV version of CHANS files
  14. save GridSearchCV with validation scores for each parameter setting
  15. Also save confusion matrices for GridSearchCV
  16. Add __all__ to files
  17. Add more model.score options
  18. Make pipeline app
  19. Fix the docs bugs
  20. Make segments files with onset, offset, and label

About

LFP feature extraction and prediction pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages