Skip to content

Add logistic regression algorithm#24

Merged
ObservedObserver merged 1 commit into
masterfrom
s42vez-codex/add-missing-machine-learning-algorithm
May 26, 2025
Merged

Add logistic regression algorithm#24
ObservedObserver merged 1 commit into
masterfrom
s42vez-codex/add-missing-machine-learning-algorithm

Conversation

@ObservedObserver

Copy link
Copy Markdown
Member

Summary

  • implement LogisticRegression with gradient descent
  • export LogisticRegression from linear index
  • generate comparison data with scikit-learn
  • add tests comparing to sklearn and basic behavior
  • document LogisticRegression API and update docs sidebar

Testing

  • npm run test

@ObservedObserver ObservedObserver merged commit 1d0cb7d into master May 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant