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

[Logistic Regression] Support fit on two classes #343

Merged
merged 7 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. added a test on toy example for LR

    Signed-off-by: Jinfeng <[email protected]>
    lijinf2 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d6a9276 View commit details
    Browse the repository at this point in the history
  2. add test comparing cuml on large dataset

    Signed-off-by: Jinfeng <[email protected]>
    lijinf2 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    649ab3a View commit details
    Browse the repository at this point in the history
  3. clean code

    Signed-off-by: Jinfeng <[email protected]>
    lijinf2 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6a3ad99 View commit details
    Browse the repository at this point in the history
  4. revised accordingly to the new cuml fit wrapper

    Signed-off-by: Jinfeng <[email protected]>
    lijinf2 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    abe3f9e View commit details
    Browse the repository at this point in the history
  5. get run_tests.sh passed and added docstring

    Signed-off-by: Jinfeng <[email protected]>
    lijinf2 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8c77ac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b251f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20fa5d3 View commit details
    Browse the repository at this point in the history