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

DebiasedLasso implementation. #138

Merged
merged 7 commits into from
Nov 13, 2019
Merged

DebiasedLasso implementation. #138

merged 7 commits into from
Nov 13, 2019

Conversation

moprescu
Copy link
Contributor

@moprescu moprescu commented Nov 6, 2019

  • Added DebiasedLasso algorithm as a Lasso extension
  • Moved all the lasso extensions to a sklearn_extensions file
  • Fixed some bugs and wrote more tests

* Added DebiasedLasso algorithm as a Lasso extension
* Moved all the lasso extensions to a `sklearn_extensions` file
* Fixed some bugs and wrote more tests
@moprescu moprescu self-assigned this Nov 6, 2019
@moprescu moprescu added the enhancement New feature or request label Nov 6, 2019
Copy link
Collaborator

@kbattocchi kbattocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly looks great. I've got a bunch of minor suggestions.

econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/tests/test_lasso.py Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
econml/sklearn_extensions.py Outdated Show resolved Hide resolved
@moprescu moprescu force-pushed the moprescu/debiased_lasso branch from 715db4c to d3eb01e Compare November 13, 2019 00:49
@moprescu moprescu requested a review from kbattocchi November 13, 2019 02:41
@moprescu moprescu force-pushed the moprescu/debiased_lasso branch from 7ccf79c to 1eeace9 Compare November 13, 2019 03:26
Copy link
Collaborator

@kbattocchi kbattocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@moprescu moprescu merged commit ea70b12 into master Nov 13, 2019
@moprescu moprescu deleted the moprescu/debiased_lasso branch March 27, 2020 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants