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

Add GPX surrogate model #530

Merged
merged 15 commits into from
Mar 8, 2024
Merged

Add GPX surrogate model #530

merged 15 commits into from
Mar 8, 2024

Conversation

relf
Copy link
Member

@relf relf commented Mar 7, 2024

GPX is a re-implementation of Kriging (aka KRG) and KPLS models of SMT in Rust.
Actually, GPX is a wrapper of the Gpx model from the egobox library which is adapted here to the surrogate models API of SMT.

If you find the performances of the Python implementation (training/prediction time) not sufficient for your use case,
you may want to give GPX a try.

@relf relf marked this pull request as ready for review March 8, 2024 10:59
@relf relf merged commit c7b0d73 into SMTorg:master Mar 8, 2024
11 checks passed
@relf relf deleted the wrap-gpx branch March 8, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants