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

new module with a few sklearn wrappers #21

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    b4f85e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69e251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    019335c View commit details
    Browse the repository at this point in the history
  4. more intuitive feature names

    raamana committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    879b281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f54982f View commit details
    Browse the repository at this point in the history
  6. basic pep compliance

    raamana committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c041af0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b111c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af9b885 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bae13f5 View commit details
    Browse the repository at this point in the history
  10. modularizing data generation

    raamana committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    64304aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    323b13c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    139db03 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Correct bug that was not letting pass the tests.

    In particular, this bug was located in the _transform function,
    when looping through the test batches to remove the location and
    scale effects. This bug was introduced after changing
    the global names of the variables.
    
    Also, the keys in bladder_test data have been renamed to follow
    the same nomenclature that we now use with respect to the previous one
    (Y, b, X..).
    
    Some other typos have been corrected to fulfill code styling.
    jrasero committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    19c49ec View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

Commits on Apr 6, 2022

  1. Changes to be committed:

    	modified:   confounds/sklearn.py
    jrasero committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    9c54f1d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    6a0a1ed View commit details
    Browse the repository at this point in the history
  2. rebase to the updated master

    jrasero committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    3e83049 View commit details
    Browse the repository at this point in the history
  3. tests for sklearn wrappers

    jrasero committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    98f3763 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2da307d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c79d685 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    4237d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc56f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b87ab2 View commit details
    Browse the repository at this point in the history
  4. improve docs

    jrasero committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5cec89a View commit details
    Browse the repository at this point in the history
  5. update doc

    jrasero committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a768a4d View commit details
    Browse the repository at this point in the history