LogisticRegression_Vectorized_Implementation
LogisticRegression_Vectorized_Implementation copied to clipboard
Changed LogisticRegression() parameters.
Changed solver from liblinear to saga and Changed multi-class to multinomial increased num of iterations Changed y_tr_arr to a one dimensional array.