logistic_obj

logistic_obj(params, gradient, X, y)

Logistic likelihood for Logistic Regression. Already negated; to be minimize.

Args: params (Coefficint vector): ndarray of coefficients gradient (type): pointer to the gradient vector X (ndarray): covariate matrix y (ndarray): response vector