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 newton cg #84

Merged
merged 3 commits into from
Apr 9, 2019
Merged

Logistic newton cg #84

merged 3 commits into from
Apr 9, 2019

Commits on Apr 9, 2019

  1. implemented support for newton-cg solver

    Use DAAL for computation of objective function with solver newton-cg
    Application of Hessian applied to a vector without computing
    the Hessian in full is done in Python for now.
    
    comment out  _map_to_binary_logistic_regression() to mend Py2 builds (nonlocal is Py3 only).
    Will be reinstanted once Python 2 is decomissioned
    oleksandr-pavlyk committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    be70657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66e0ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98d15fc View commit details
    Browse the repository at this point in the history