mutate

OlsModel.mutate(model)[source]

Mutate the model by removing atleast one term and replacing it.

Note

This operation happens in-place.

Parameters

modelnp.array(1d)

The model to be mutated.

Returns

modelnp.array(1d)

The mutated model