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 #3747: Add coef_ and intercept_ as properties of sklearn wrapper #3855

Merged
merged 2 commits into from
Nov 2, 2018

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Nov 2, 2018

Scikit-learn expects linear learners to expose coef_ and intercept_ as properties.

Closes #3747.

Scikit-learn expects linear learners to expose `coef_` and `intercept_`
as properties.

Closes dmlc#3747.
@hcho3 hcho3 merged commit e04ab56 into dmlc:master Nov 2, 2018
@hcho3 hcho3 deleted the coef_property branch November 2, 2018 08:44
alois-bissuel pushed a commit to criteo-forks/xgboost that referenced this pull request Dec 4, 2018
…per (dmlc#3855)

* Fix dmlc#3747: Add coef_ and intercept_ as properties of sklearn wrapper

Scikit-learn expects linear learners to expose `coef_` and `intercept_`
as properties.

Closes dmlc#3747.

* Fix lint
@lock lock bot locked as resolved and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant