Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SGD and Logistic Regression #5

Merged
merged 37 commits into from
Nov 10, 2021
Merged

SGD and Logistic Regression #5

merged 37 commits into from
Nov 10, 2021

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    7f20d3b View commit details
    Browse the repository at this point in the history
  2. Working logistic regression with BCEP loss, converted all plots to a …

    …generic plot, added an argument to specify what evaluation metrics need to be displayed/plotted, ,tests WIP
    hasnainroopawalla committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    90b9bf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Updated evaluation metric input, added a metric_map to map the string…

    … to a callable metric (accuracy, mse, etc.)
    hasnainroopawalla committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    269ae4e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    5c79e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086b878 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    33d434c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e2982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6731df4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    083c05a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Updated release.sh

    hasnainroopawalla committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0cb8249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42cf1d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04fc24f View commit details
    Browse the repository at this point in the history
  4. Updated README.md

    hasnainroopawalla committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    35b9c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c6f77d View commit details
    Browse the repository at this point in the history
  6. Added a generate_minibatch method to generate batches based on the ba…

    …tch_size. Created a utils.model.py file where all model-specific utilities live
    hasnainroopawalla committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3eb7206 View commit details
    Browse the repository at this point in the history
  7. Reorganized tests

    hasnainroopawalla committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    7ca9365 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    699239f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Test CI mypy

    hasnainroopawalla committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    87bdf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99da27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    466c120 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7a186d4 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4fb8195 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    598455e View commit details
    Browse the repository at this point in the history
  7. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    dcf3fbc View commit details
    Browse the repository at this point in the history
  8. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    234cbaa View commit details
    Browse the repository at this point in the history
  9. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4a33c80 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    84cb2be View commit details
    Browse the repository at this point in the history
  11. Update README.md

    hasnainroopawalla authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    117ec94 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0dd5276 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bac893c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Added a Dataset class which includes validation of X and y. Refactore…

    …d regression examples to reflect these changes
    hasnainroopawalla committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d125ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adcc41c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    be78946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4122936 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    87fc9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f3e71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ffa79 View commit details
    Browse the repository at this point in the history