openest.models.univariate_model module

class openest.models.univariate_model.UnivariateModel(xx_is_categorical=False, xx=None, scaled=True)[source]

Bases: openest.models.model.Model

filter_x(xx)[source]
get_xx()[source]

Listing conditional values

Provide a list of all sampled conditional values.

interpolate_x(xx)[source]
static intersect_get_model(model, xx)[source]
static intersect_get_x(xx_is_categorical, one_xx, two_xx)[source]
static intersect_x(one, two)[source]
static intersect_x_all(models)[source]
recategorize_x(oldxx, newxx)[source]