Joshua

Results 3 issues of Joshua

@staticmethod def logistic(y): assert isinstance(p, np.ndarray), 'type error' return np.exp(y) / (1. + np.exp(y)) in this def, the p should be y or the variable p defined in other def?

Can someone explain what is the meaning of parameter "bagging_freq"?