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

[ENH] GPFA with continuous data #539

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2023

  1. Enh/mk allow direct seqs to gpfa (#97)

    * Allow seqs to be passed directly to gpfa fit
    
    * Small fix to error checking
    
    * Typo
    
    * another typo
    
    * fixed formatting for pep8
    
    * fixed docstring of transform after introducing error while resolving merge conflicts
    
    * added two unit-test
    
    * add more unit-tests
    
    * remove blank line
    
    ---------
    
    Co-authored-by: Jonah Pearl <[email protected]>
    Moritz-Alexander-Kern and jonahpearl authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    350ffa0 View commit details
    Browse the repository at this point in the history
  2. refactoring: rename spiketrains to trials

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c223f70 View commit details
    Browse the repository at this point in the history
  3. removed unused variable from tests

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f7cff80 View commit details
    Browse the repository at this point in the history
  4. replace for-loop with list comprehension

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d108c75 View commit details
    Browse the repository at this point in the history
  5. remove deprecated homogeneous_poisson_process

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    52f98ad View commit details
    Browse the repository at this point in the history
  6. refactor tests

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b9a9f2d View commit details
    Browse the repository at this point in the history
  7. removed unused variable

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    41d0dc5 View commit details
    Browse the repository at this point in the history
  8. add continuous input to fi, transform and fit_transform

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    700c961 View commit details
    Browse the repository at this point in the history
  9. changed docstrings

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    30d64e6 View commit details
    Browse the repository at this point in the history
  10. changed docstrings

    Moritz-Alexander-Kern committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5b966ab View commit details
    Browse the repository at this point in the history