statsmodels.discrete.conditional_models.ConditionalMNLogit.predict

ConditionalMNLogit.predict(params, exog=None, *args, **kwargs)

After a model has been fit predict returns the fitted values.

This is a placeholder intended to be overwritten by individual models.


Last update: Mar 18, 2024