fit# pymc_extras.inference.fit(method, **kwargs)[source]# Fit a model with an inference algorithm Parameters: method (str) – Which inference method to run. Supported: pathfinder or laplace on. (kwargs are passed) Return type: arviz.InferenceData