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
try to run the example1 in linux terminal
delete the part concerning NN
for MT-GBM part, it runs successfully
[LightGBM] [Debug] Trained a tree with leaves = 10 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[200] training's rmse: 377.142 valid_1's rmse: 363.75
(942, 22) (31, 22)
[LightGBM] [Warning] Unknown parameter: verboses
[LightGBM] [Warning] Unknown parameter: verboses
[LightGBM] [Info] Total Bins 3159
[LightGBM] [Info] Number of data points in the train set: 942, number of used features: 22
[LightGBM] [Warning] Unknown parameter: verboses
[LightGBM] [Info] Start training from score 6507.648620
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf Segmentation fault (core dumped)
but for the normal lightgbm, there is segment falt
The text was updated successfully, but these errors were encountered:
try to run the example1 in linux terminal
delete the part concerning NN
for MT-GBM part, it runs successfully
[LightGBM] [Debug] Trained a tree with leaves = 10 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
[LightGBM] [Debug] Trained a tree with leaves = 13 and max_depth = 6
[200] training's rmse: 377.142 valid_1's rmse: 363.75
(942, 22) (31, 22)
[LightGBM] [Warning] Unknown parameter: verboses
[LightGBM] [Warning] Unknown parameter: verboses
[LightGBM] [Info] Total Bins 3159
[LightGBM] [Info] Number of data points in the train set: 942, number of used features: 22
[LightGBM] [Warning] Unknown parameter: verboses
[LightGBM] [Info] Start training from score 6507.648620
[LightGBM] [Warning] No further splits with positive gain, best gain: -inf
Segmentation fault (core dumped)
but for the normal lightgbm, there is segment falt
The text was updated successfully, but these errors were encountered: