model

Module for the SAMS base model.

Functions

sample_model_dep_mcmc(dep, size[, ...])

Sample a model given the dependency matrix of a fixed size.

Classes

Model(X, y[, forced, mode, dep])

Base class of a model specifying sampling and mutation functionalities in the SAMS algorithm.

ModelResults(metric, params)