log_model_derived_info#

pymc_marketing.mlflow.log_model_derived_info(model)[source]#

Log various model derived information to MLflow.

Includes:

  • The types of parameters in the model.

  • The likelihood type of the model.

  • The model representation (str).

  • The model coordinates (coords.json).

Parameters:
modelModel

The PyMC model object.