diagnose

diagnose()

Runs statistical diagnostics to evaluate if the current sample size is sufficient.

Checks for Input Coverage (Gaps), Model Fit Stability, and Bootstrap Convergence.

Returns

Name Type Description
pd.DataFrame pd.DataFrame: A summary of diagnostic metrics.

Examples

report = study.diagnose()
print(report[['Test', 'Pass']])