Skip to content

Curriculum/ai ml add 5 frontmatter fields#9

Open
DRK28122006 wants to merge 3 commits into
Flow-Research:mainfrom
DRK28122006:curriculum/ai-ml-add-5-frontmatter-fields
Open

Curriculum/ai ml add 5 frontmatter fields#9
DRK28122006 wants to merge 3 commits into
Flow-Research:mainfrom
DRK28122006:curriculum/ai-ml-add-5-frontmatter-fields

Conversation

@DRK28122006

Copy link
Copy Markdown
Contributor

Summary

Describe the problem, the change, and the user/system impact.

Scope

  • In scope:
  • Out of scope:

Invariants

List the business and engineering rules that must remain true.

  • Canonical identity is defined where records/events are involved.
  • Re-running the operation does not duplicate effects.
  • Partial failure cannot silently corrupt state.
  • Public outputs do not expose private or internal data.

Design

Explain the source of truth, read/write boundaries, error behavior, and why this is the simplest safe approach.

Duplicate and idempotency review

  • Stable idempotency/dedupe key:
  • Persisted-data duplicate check:
  • Same-batch duplicate check:
  • Retry behavior:
  • Conflict behavior:

Privacy and security review

  • Data classification:
  • Public fields explicitly allowlisted:
  • Private links/identifiers suppressed:
  • Secrets and permissions reviewed:

Data, migration, and rollback

  • Schema/data changes:
  • Backup completed or not applicable:
  • Dry-run/preview result:
  • Expected affected-record count:
  • Rollback procedure:

Verification

  • Syntax/build/compile
  • Formatting/lint
  • Type checks
  • Unit tests
  • Integration tests
  • Repeat-run/idempotency test
  • Malformed-input test
  • Partial-failure test
  • Privacy-output test
  • Before/after reconciliation

Commands and actual results:


Operations

  • Configuration changes:
  • Deployment/restart steps:
  • Health checks:
  • Monitoring/alerts:
  • Post-deploy verification:

Agent declaration

  • I read the applicable AGENTS.md instructions.
  • I did not perform unapproved destructive production actions.
  • I have clearly stated any checks I could not run.
  • The patch does not include unrelated refactoring.

…ated_docs

Add 5 new frontmatter fields to all 19 lesson files in 03-AI-ML to
match the schema in CONTRIBUTING.md and align with the broader curriculum
metadata convention.

Note: 04-cnn.md remains on version: 1.0 (its body still uses the older
template; a future PR can promote it to v1.1 with the matching body
changes). Only the 5 new frontmatter fields are added; the version
field is unchanged.

No body content changes.
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@DRK28122006, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 350ca114-506f-46dd-8d3b-a941057960bf

📥 Commits

Reviewing files that changed from the base of the PR and between f2fb926 and 3d2ec01.

📒 Files selected for processing (20)
  • curriculum/03-AI-ML/01-beginner/01-foundations/01-math-for-ml.md
  • curriculum/03-AI-ML/01-beginner/01-foundations/02-data-pipelines-basics.md
  • curriculum/03-AI-ML/01-beginner/01-foundations/03-model-lifecycle.md
  • curriculum/03-AI-ML/01-beginner/02-tools/01-python-ecosystem.md
  • curriculum/03-AI-ML/01-beginner/02-tools/02-notebooks-and-visualization.md
  • curriculum/03-AI-ML/01-beginner/02-tools/03-ml-libraries.md
  • curriculum/03-AI-ML/02-intermediate/01-supervised-learning/01-regression-classification.md
  • curriculum/03-AI-ML/02-intermediate/01-supervised-learning/02-feature-engineering.md
  • curriculum/03-AI-ML/02-intermediate/01-supervised-learning/03-hyperparameter-tuning.md
  • curriculum/03-AI-ML/02-intermediate/02-mlops/01-ci-cd-for-models.md
  • curriculum/03-AI-ML/02-intermediate/02-mlops/02-monitoring-and-drift.md
  • curriculum/03-AI-ML/02-intermediate/02-mlops/03-deployment-patterns.md
  • curriculum/03-AI-ML/03-advanced/01-modern-architectures/01-transformers.md
  • curriculum/03-AI-ML/03-advanced/01-modern-architectures/02-graph-neural-networks.md
  • curriculum/03-AI-ML/03-advanced/01-modern-architectures/03-reinforcement-learning.md
  • curriculum/03-AI-ML/03-advanced/01-modern-architectures/04-cnn.md
  • curriculum/03-AI-ML/03-advanced/02-research-in-practice/01-paper-replication.md
  • curriculum/03-AI-ML/03-advanced/02-research-in-practice/02-large-model-alignment.md
  • curriculum/03-AI-ML/03-advanced/02-research-in-practice/03-ethics-and-responsibility.md
  • website/docusaurus.config.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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