Smt regressor
smt_regressor
¶
A regression model from SMT.
Attributes¶
SMTSurrogateModel
module-attribute
¶
SMTSurrogateModel = StrEnum('SurrogateModel', list(keys()))
The class name of an SMT surrogate model.
Classes¶
SMTRegressor
¶
Bases: BaseRegressor
A regression model from SMT.
Note
SMT is an open-source Python package consisting of libraries of surrogate modeling methods, sampling methods, and benchmarking problems. Read this page for the list of surrogate models and options.