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

Implement automatic ridge regression #124

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Feb 3, 2023

  1. Implement automatic ridge regression

    Price Withers committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    91aa8b8 View commit details
    Browse the repository at this point in the history
  2. Replace auto_reg with revised l2_reg argument

    Price Withers committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7f8a19d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update mne_connectivity/vector_ar/var.py

    Co-authored-by: Adam Li <adam2392@gmail.com>
    witherscp and adam2392 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f4ade9b View commit details
    Browse the repository at this point in the history
  2. Add warn message and document default alphas

    Price Withers committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    acad4d5 View commit details
    Browse the repository at this point in the history
  3. Make PEP8 compliant

    Price Withers committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    49c189c View commit details
    Browse the repository at this point in the history
  4. Add case for l2_reg = None

    Price Withers committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    720edbd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Fix failed pytests

    Price Withers committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5feb309 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Suppress warning for ill-conditioned matrix

    Price Withers committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d85e80e View commit details
    Browse the repository at this point in the history
  2. Add automatic l2_reg test

    Price Withers committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    eccb46a View commit details
    Browse the repository at this point in the history