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 --features linfa/intel-mkl-static
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0