46 Matching Annotations
  1. Mar 2023
    1. Below is our data, which is not linearly separable.

      good blog post, would like a little more explaination into why these different implementations lead to different results (e.g. why does a too-large alpha prevent convergence)

    1. LogisticRegression:

      good code and docstrings. you could also comment individual lines, but that's more of a stylistic preference than anything else, the docstrings were very informative