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

evaluation module #130

Merged
merged 45 commits into from
Apr 1, 2024
Merged

evaluation module #130

merged 45 commits into from
Apr 1, 2024

Commits on Dec 31, 2022

  1. first draft

    remrama committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    fd6bbff View commit details
    Browse the repository at this point in the history
  2. plot_hypnogramS method

    remrama committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    af22cc0 View commit details
    Browse the repository at this point in the history
  3. docstrings examples

    remrama committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    cfa1f6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f036da3 View commit details
    Browse the repository at this point in the history
  5. heatmap colorbar label

    remrama committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    16fc5bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c042553 View commit details
    Browse the repository at this point in the history
  7. docstrings examples update

    remrama committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    70f3627 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    cfaf8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e490cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8a3b1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9b784a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4df021 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    ba06ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    1eb95ce View commit details
    Browse the repository at this point in the history
  2. cleanup

    remrama committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    48f1df6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120b097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fcd184 View commit details
    Browse the repository at this point in the history
  5. fmt

    remrama committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b3a6424 View commit details
    Browse the repository at this point in the history
  6. quick comment addresses

    remrama committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2cdd817 View commit details
    Browse the repository at this point in the history
  7. mad

    remrama committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    678c8c9 View commit details
    Browse the repository at this point in the history
  8. typo

    remrama committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5ce1776 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    3c83eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0923bf7 View commit details
    Browse the repository at this point in the history
  3. minor

    remrama committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    8f17ec9 View commit details
    Browse the repository at this point in the history
  4. normality bug

    remrama committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    54958be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1c0d9a View commit details
    Browse the repository at this point in the history
  6. diff_data --> discrepancies

    remrama committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fa7eac6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. trailing not leading _kwargs

    remrama committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    aeacf89 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    dfd7005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349bfe7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    e0ff2fe View commit details
    Browse the repository at this point in the history
  2. first draft

    remrama committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    44869c2 View commit details
    Browse the repository at this point in the history
  3. plot_hypnogramS method

    docstrings examples
    
    plot_hypnogram lw --> linekwargs
    
    heatmap colorbar label
    
    pass kwargs through to all pingouin calls
    
    docstrings examples update
    
    setting attrs, docstrings, var name changes
    
    SleepStatsEval takes 2 dataframes as input, reshaping is done internally
    
    EpochByEpoch accepts sequences of Hypnograms for group evaluation
    
    EpochByEpoch gets sleep stats
    
    SleepStats move statistical tests to __init__()
    
    better plotting flexibility and baked-in sleepstats_order
    remrama committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    dea7050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b47385b View commit details
    Browse the repository at this point in the history
  5. alternate ovr agreement implementation

    use hyp integers instead of strings for big skm agreement speed improvements (~2s)
    
    fmt
    
    quick comment addresses
    
    mad
    
    typo
    
    pd.crosstab --> skm.confusion_matrix
    remrama committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    28f268b View commit details
    Browse the repository at this point in the history
  6. 3 group-hypnogram plotting options, need feedback

    minor
    
    normality bug
    
    black fmt makes my pandas chains lonnggggg
    
    diff_data --> discrepancies
    
    trailing not leading _kwargs
    remrama committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    510b4a6 View commit details
    Browse the repository at this point in the history
  7. major EpochByEpoch restructure

    class methods alphabetical order
    remrama committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7d3fd15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b643d92 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3316763 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. formatting

    remrama committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8e575bd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. remove pingouin requirement

    remrama committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8dbfff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0447edc View commit details
    Browse the repository at this point in the history
  3. formatting

    remrama committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ada6ab0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. black formatting

    remrama committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f3ed7aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e3624 View commit details
    Browse the repository at this point in the history