it tooks 13 min to compile, and when I use it to predict Xmat with shape(3831, 1111), it failed
preds = llvm_model.predict(Xmat)
Segmentation_fault (core dumped)
Is it because the lgbm_model is too large?
I have already kept only 1600 trees of 25000 in the model. For each tree, I set max_depth = 7 and num_leaves = 64
I tried to compile my model with lleaves
it tooks 13 min to compile, and when I use it to predict Xmat with shape(3831, 1111), it failed
Is it because the lgbm_model is too large? I have already kept only 1600 trees of 25000 in the model. For each tree, I set max_depth = 7 and num_leaves = 64