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:
- model
Model
The PyMC model object.
- model