The implementation of least-angle regression used cython for performance. The performance gain does not justify the complexity that this entails. At this stage of the project, using pure python is enough. This PR gives a python-only implementation of the feature selection methodology.
Moreover, after this PR is merged, the library should be ready to be released and published to arti.
Your CODEOWNERS file is broken, fix the following errors before merging the branch:
The CODEOWNERS file does not exist. Repository ownership will default to ENGINEERING until you add a CODEOWNERS file with a * rule that assigns it to a team
Context
The implementation of least-angle regression used cython for performance. The performance gain does not justify the complexity that this entails. At this stage of the project, using pure python is enough. This PR gives a python-only implementation of the feature selection methodology.
Moreover, after this PR is merged, the library should be ready to be released and published to arti.
Checklist