iiitl / iiitl/Logistic-Regression
Full batch gradient descent logistic regression from scratch
Open
medium
scratch
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Implement vectorized training loop with batch gradient descent using NumPy only.
Plot loss across iterations and report final classification metrics on test split.
Contributor guide
Research direction
Start by locating the repository's Jupyter notebook and the current model or training entry point. Implement the requested NumPy-only full-batch training flow, then confirm that loss is plotted across iterations and final classification metrics are reported on the test split.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, numpy
- Domain
- data-visualization, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100