Loading...

verticapy.mlops.model_tracking.vExperiment.add_model

vExperiment.add_model(model: VerticaModel, metrics: dict | None = None) None

Adds a model to the experiment. It will throw an error if the model type is not compatible with experiment_type

Parameters

model: VerticaModel

The model that is added in this experiment.

metrics: dict

The optional dictionary of metric names to their values used for evaluating the model.

Returns

None