Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue 77 sparse cd #4

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

Merged
25 commits merged into from
Sep 14, 2010
Merged

Issue 77 sparse cd #4

25 commits merged into from
Sep 14, 2010

Conversation

ogrisel
Copy link
Member

@ogrisel ogrisel commented Sep 9, 2010

Implementation of CD for elastic net on scipy.sparse data.

Missing: centered intercept, regularization path + example combining sparse and dense API at once

@ogrisel
Copy link
Member Author

ogrisel commented Sep 10, 2010

There is also a possibility of zero division error on features / columns that are always zeros: they need to be skipped.

@ogrisel
Copy link
Member Author

ogrisel commented Sep 14, 2010

Ok I think all missing fixes are included now. This should be ready for merge to master.

larsmans referenced this pull request in larsmans/scikit-learn Jul 15, 2011
Update tutorial to match the current master API + typo. Thanks Lars.
amueller referenced this pull request in amueller/scikit-learn Dec 21, 2011
@pprett pprett mentioned this pull request Jul 16, 2012
glouppe referenced this pull request in glouppe/scikit-learn Dec 11, 2012
ashimb9 added a commit to ashimb9/scikit-learn that referenced this pull request Jul 25, 2017
rc pushed a commit to rc/scikit-learn that referenced this pull request Jan 28, 2019
merge just updated local master into lobpcg_svd
praths007 referenced this pull request in praths007/scikit-learn Mar 1, 2019
- passed rng as parameter to GaussianRandomProjection class
agramfort pushed a commit that referenced this pull request Mar 2, 2019
* initial commit

* used random class

* fixed failing testcases, reverted __init__.py

* fixed failing testcases #2
- passed rng as parameter to ParameterSampler class
- changed seed from 0 to 42 (as original)

* fixed failing testcases #2
- passed rng as parameter to SparseRandomProjection class

* fixed failing testcases #4
- passed rng as parameter to GaussianRandomProjection class

* fixed failing test case because of flake 8
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
* initial commit

* used random class

* fixed failing testcases, reverted __init__.py

* fixed failing testcases #2
- passed rng as parameter to ParameterSampler class
- changed seed from 0 to 42 (as original)

* fixed failing testcases #2
- passed rng as parameter to SparseRandomProjection class

* fixed failing testcases scikit-learn#4
- passed rng as parameter to GaussianRandomProjection class

* fixed failing test case because of flake 8
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
* initial commit

* used random class

* fixed failing testcases, reverted __init__.py

* fixed failing testcases scikit-learn#2
- passed rng as parameter to ParameterSampler class
- changed seed from 0 to 42 (as original)

* fixed failing testcases scikit-learn#2
- passed rng as parameter to SparseRandomProjection class

* fixed failing testcases scikit-learn#4
- passed rng as parameter to GaussianRandomProjection class

* fixed failing test case because of flake 8
amueller pushed a commit that referenced this pull request Jul 17, 2019
* ENH Adds files

* ENH Adds permutation importance

* RFC Better names

* STY Flake8

* ENH: Adds inspect module

* DOC Adds pre_dispatch

* DOC Adds permutation importance example

* Trigger CI

* BLD Adds inspect to configuration

* RFC Update to only inspect fitted model

* RFC Removes parameters

* ENH: Adds pandas support

* STY Flake8

* DOC Adds new permutation importance example

* ENH Renames module to model_inspection

* DOC Fix links

* DOC Fixes image link

* DOC Fixes image link

* DOC Spelling

* DOC

* TST Fix keyword

* Rework RF Imp vs Perm Imp example (#4)

* WIP

* WIP

* WIP

* DOC Adds multcollinear features example

* WIP

* DOC: Clean up docs

* TST Adds tests for strings

* STY Indent correction

* WIP

* ENH Uses check_X_y

* TST Adds test with strings

* STY Fix

* TST Adds column transformer to test

* CLN Address comments

* CLN Removes import

* TST Adds test with nan

* CLN Removes import

* ENH Parallel

* DOC comments

* ENH Better handling of pandas

* ENH Clear checking of pandas dataframe

* STY Formatting

* ENH Copies in parallel helper

* DOC Adds comments

* BUG Fix copying

* BUG Fix for pandas

* BUG Fix for pandas

* REV

* BLD Trigger CI

* BUG Fix

* BUG Fix

* TST Does this work

* BUG Fixes test

* BUG Fixes test

* BUG Fix

* BUG Fix

* BUG Fix

* STY Fix

* TST Fix

* TST Fix segfault

* CLN Address comments

* CLN Address comments

* ENH Returns a bunch

* STY Flake8

* CLN Renames bunch key

* DOC Updates api

* DOC Updates api

* TST Adds permutation test with linear_regression

* DOC update

* DOC Fix label cutoff

* CLN Address comments

* TST Adds test for random_state effect

* DOC Adds permutation importance

* DOC Adds ogrisel suggestion

* DOC Address guillaumes comments

* DOC Address andreas comments

* DOC Update
prismdata added a commit to prismdata/scikit-learn that referenced this pull request Oct 28, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant