Skip to content

Add example pages to documentation site#7

Merged
sipemu merged 1 commit intomainfrom
feature/docs-examples
Feb 24, 2026
Merged

Add example pages to documentation site#7
sipemu merged 1 commit intomainfrom
feature/docs-examples

Conversation

@sipemu
Copy link
Contributor

@sipemu sipemu commented Feb 24, 2026

Summary

  • Add 4 Polars-focused example pages with real data and runnable code snippets
  • Hypothesis Testing: normality → variance check → test selection → correlation, multi-group comparison
  • Regression Workflow: OLS fit → tidy summary → predictions with intervals → diagnostics → regularization → GLM
  • Group-wise Analysis: group_by for per-group models/tests, .over() for per-row predictions, residuals, combined patterns
  • A/B Testing: proportion tests, TOST equivalence, Cohen's d bounds, per-segment analysis, chi-square/Fisher's exact
  • Updated mkdocs.yml nav and index.md with Examples section

Test plan

  • mkdocs serve → verify all 4 example pages render correctly
  • Verify code snippets use correct API (validated against test suite)
  • Merge → auto-deploy updates docs site

🤖 Generated with Claude Code

…B testing

Four Polars-focused example pages with real data and runnable code:
- hypothesis-testing.md: normality checks, test selection, correlation
- regression-workflow.md: OLS fit, summary, predictions, diagnostics, GLM
- group-analysis.md: group_by and over patterns, per-group models
- ab-testing.md: proportion tests, TOST equivalence, per-segment analysis

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sipemu sipemu merged commit b3c4acc into main Feb 24, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant