You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why u have -1 in the code, as i konw y_pred[i] is start from 0,
so we can write it as temp = np.arange(len(y_pred[0])) * num_leaf + np.array(y_pred[i])
The text was updated successfully, but these errors were encountered:
temp = np.arange(len(y_pred[0])) * num_leaf - 1 + np.array(y_pred[i])
why u have -1 in the code, as i konw y_pred[i] is start from 0,
so we can write it as temp = np.arange(len(y_pred[0])) * num_leaf + np.array(y_pred[i])
The text was updated successfully, but these errors were encountered: