nubank / fklearn

fklearn: Functional Machine Learning
Apache License 2.0
1.51k stars 165 forks source link

Added elasticnet_regression_learner #202

Closed phc4rdoso closed 2 years ago

phc4rdoso commented 2 years ago

Added elasticnet_regression_learner and its tests, and fixed typo in linear_regression_learner docstring

Instructions

Status

READY

Todo list

Background context

Added elasticnet regression in order to productionize models that are being created in the Growth BU that makes use of Lasso regression.

Description of the changes proposed in the pull request

Created the elasticnet_regression_learner with its respective test, also fixed an error in the docstring of the linear regression.

Related PRs

No related PRs

Where should the reviewer start?

The reviewer should start evaluating the function elasticnet_regression_learner at regressors' file

After this, should review the test created test_elasticnet_regression_learner at regressors' test file

Remaining problems or questions

There are no remaining questions or problems