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

more on LARS (we're getting there) #2

Merged
9 commits merged into from Sep 2, 2010
Merged

Commits on Sep 1, 2010

  1. Copy the full SHA
    29ab733 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edc0774 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2010

  1. BUG : fix in Lars at the end of path + more tests (not working yet)

    agramfort authored and Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    2d942d1 View commit details
    Browse the repository at this point in the history
  2. ENH : using explained variance as score for regression problems

    agramfort authored and Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    cfc090b View commit details
    Browse the repository at this point in the history
  3. ENH: on the use of explained_variance in mixin regressor class

    agramfort authored and Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    b44e1c8 View commit details
    Browse the repository at this point in the history
  4. DOC: more work on svm module.

    Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    6e708ab View commit details
    Browse the repository at this point in the history
  5. Fix in LARS: specify manually number of interations for full path.

    Later we should implement a way to just give max_features and he will
    compute the full path, but at least we now have a LassoLARS that gives
    the same results as the coordinate descent version.
    Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    7d3a01e View commit details
    Browse the repository at this point in the history
  6. Remove "debugging" traces...

    Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    780b92f View commit details
    Browse the repository at this point in the history
  7. Fix doctests.

    Fabian Pedregosa committed Sep 2, 2010
    Copy the full SHA
    394fab4 View commit details
    Browse the repository at this point in the history