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

Fix lars #218

Merged
merged 10 commits into from Jul 19, 2011
Merged

Fix lars #218

merged 10 commits into from Jul 19, 2011

Commits on Jun 21, 2011

  1. BUG: LassoLARS didn't renormalize the coefs

    Found it by comparing with R. How do you test for something like this?
    GaelVaroquaux authored and Fabian Pedregosa committed Jun 21, 2011
    Copy the full SHA
    dafec63 View commit details
    Browse the repository at this point in the history
  2. Test: test for unnormalized predictors.

    Fabian Pedregosa committed Jun 21, 2011
    Copy the full SHA
    45f99c6 View commit details
    Browse the repository at this point in the history
  3. Add failing test.

    Fabian Pedregosa committed Jun 21, 2011
    Copy the full SHA
    9bfd806 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2011

  1. pep8

    agramfort authored and Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    40f9170 View commit details
    Browse the repository at this point in the history
  2. FIX : fix failing test in comparison between lassoCD and lars

    agramfort authored and Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    b87d586 View commit details
    Browse the repository at this point in the history
  3. pyflakes warnings

    agramfort authored and Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    f690851 View commit details
    Browse the repository at this point in the history
  4. pep8

    agramfort authored and Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    15ad168 View commit details
    Browse the repository at this point in the history
  5. Revert "pyflakes warnings"

    This reverts commit c3ba6bb.
    Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    f497509 View commit details
    Browse the repository at this point in the history
  6. Covariance with residual at the end for path is zero.

    Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    61fef5d View commit details
    Browse the repository at this point in the history
  7. FIX: LARS doctest in linear_model.rst

    Fabian Pedregosa committed Jul 16, 2011
    Copy the full SHA
    21f3659 View commit details
    Browse the repository at this point in the history