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

Skip to content

[MRG] Simplify linear models #2444

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

Closed
wants to merge 2 commits into from

Conversation

larsmans
Copy link
Member

Two changes to streamline the sklearn.linear_model module:

  • to fix LinearRegression has decision_function #1404, I removed decision_function from regression estimators;
  • CD estimators now have densify and sparsify, like the SGD ones, to support sparse coefficients. Deprecated the previous hack.

This method only existed to support an undocumented feature in
sklearn.multiclass. Fixes scikit-learn#1404.
@larsmans larsmans closed this Feb 15, 2014
@larsmans larsmans deleted the simplify-linear-models branch February 15, 2014 15:40
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.

LinearRegression has decision_function
1 participant