Releases: smaeyama/mfmodeling
Releases · smaeyama/mfmodeling
v1.0.0
Module for multi-fidelity regression problem by using Gaussian process regression.
-
For conventional Gaussian process regression,
from mfmodeling import SingleGP
-
For multi-fidelity regression problem, the present
mfmodeling
module contains Nonlinear AutoRegressive Gaussian Process regression (NARGP) algorithm.
from mfmodeling import NARGP
See tests
directory for more detailed usage.