Skip to content

feat: add topic 117 — stream-based & adaptive learning algorithms - #54

Merged
ranjiGT merged 1 commit into
mainfrom
fix/binder-dependency-conflict
Apr 27, 2026
Merged

feat: add topic 117 — stream-based & adaptive learning algorithms#54
ranjiGT merged 1 commit into
mainfrom
fix/binder-dependency-conflict

Conversation

@ranjiGT

@ranjiGT ranjiGT commented Apr 27, 2026

Copy link
Copy Markdown
Owner
  • Gama's adaptive learning definition (Increment/Decrement operators)
  • Sufficient statistics on streams: count, sum, sum-of-squares
  • Recursive mean formula and Welford online std dev (verified on n=60 dataset)
  • SimpleADWIN drift detector (Hoeffding-bound windowed)
  • Online learning with SGDClassifier.partial_fit (batch vs adaptive comparison)
  • Hoeffding Tree (VFDT) split criterion visualization
  • Prequential (fading-window test-then-train) evaluation
  • README: badge 116→117, project structure, Binder badge
  • CHANGELOG: v1.4.0 entry

- Gama's adaptive learning definition (Increment/Decrement operators)
- Sufficient statistics on streams: count, sum, sum-of-squares
- Recursive mean formula and Welford online std dev (verified on n=60 dataset)
- SimpleADWIN drift detector (Hoeffding-bound windowed)
- Online learning with SGDClassifier.partial_fit (batch vs adaptive comparison)
- Hoeffding Tree (VFDT) split criterion visualization
- Prequential (fading-window test-then-train) evaluation
- README: badge 116→117, project structure, Binder badge
- CHANGELOG: v1.4.0 entry

Co-authored-by: yatchmaster <yatchmaster@users.noreply.github.com>
@ranjiGT
ranjiGT merged commit d484e14 into main Apr 27, 2026
2 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