PropensityScore.profile# PropensityScore.profile(outs, *, n=1000, point=None, profile=True, **kwargs)# Compiles and profiles an PyTensor function which returns outs and takes values of model vars as a dict as an argument. Parameters: outsPyTensor variable or iterable of PyTensor variables nint, default 1000Number of iterations to run pointPointPoint to pass to the function profileTrue or ProfileStats args, kwargsCompilation args Returns: ProfileStatsUse .summary() to print stats.