Flux.jl icon indicating copy to clipboard operation
Flux.jl copied to clipboard

Add a logistic regression example to the Getting Started section

Open Saransh-cpp opened this issue 3 years ago • 1 comments

This PR adds a new Logistic Regression example to the "Getting Started" section.

Note: This PR contains the changes from the linear regression PR (without some of these changes, the tests would fail). This PR should be merged after the linear regression example, and I will make sure to sync the changes before this PR is merged.

Rendered guide - https://github.com/Saransh-cpp/Flux.jl/blob/logistic-regression/docs/src/getting_started/logistic_regression.md

PR Checklist

  • [ ] Tests are added
  • [ ] Entry in NEWS.md
  • [ ] Documentation, if applicable

Saransh-cpp avatar Jul 16 '22 15:07 Saransh-cpp

~TODO: switch to OneHotArrays.jl~

Saransh-cpp avatar Aug 13 '22 08:08 Saransh-cpp

Rebased and fixed the doctests!

Saransh-cpp avatar Nov 22 '22 09:11 Saransh-cpp