poisson_obj
poisson_obj(params, gradient, X, y)Poisson Likelihood for Poisson 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