Crates.io | egobox-gp |
lib.rs | egobox-gp |
version | 0.21.0 |
source | src |
created_at | 2022-04-12 13:39:34.897724 |
updated_at | 2024-07-09 15:39:30.155267 |
description | A library for gaussian process modeling |
homepage | |
repository | https://github.com/relf/egobox |
max_upload_size | |
id | 566436 |
size | 215,947 |
egobox-gp
provides a Rust implementation of gaussian process regression.
It is a Rust port of some kriging algorithms of the SMT Python library.
egobox-gp
is a library crate in the top-level package egobox.
egobox-gp
currently provides a Gaussian Process implementation with the following features:
linfa-pls
)There is an usage example in the examples/ directory. To run, use:
$ cargo run --release --example kriging
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0