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

Implement Hermite/Lagrange/Legendre polynomial lifting functions #76

Open
sdahdah opened this issue Sep 12, 2022 · 0 comments
Open

Implement Hermite/Lagrange/Legendre polynomial lifting functions #76

sdahdah opened this issue Sep 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sdahdah
Copy link
Member

sdahdah commented Sep 12, 2022

Refactor PolynomialLiftingFn to support products of other polynomials instead
of just monomials. For example, instead of x1^2 * x2, allow H2(x1) * H1(x2)
where Hx is the xth Hermite polynomial.

This can be achieved by removing the wrapped scikit-learn polynomial
transformer and using a custom one with similar functionality. Specifically the
powers_ matrix.

@sdahdah sdahdah added the enhancement New feature or request label Sep 12, 2022
@sdahdah sdahdah added this to the v1.1.0 milestone Sep 12, 2022
@sdahdah sdahdah assigned sdahdah and LouisLortie and unassigned sdahdah Sep 12, 2022
@sdahdah sdahdah changed the title Implement Hermite polynomial lifting functions Implement Hermite/Lagrange/Legendre polynomial lifting functions Sep 16, 2022
@sdahdah sdahdah self-assigned this Sep 24, 2022
@sdahdah sdahdah modified the milestones: v1.1.0, v1.2.0 Oct 7, 2022
@sdahdah sdahdah removed this from the v1.2.0 milestone Aug 15, 2023
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

No branches or pull requests

2 participants