python lgbm_llm.py --seed 0 --data_path ./data/Adult_flan-t5-xxl_3-shot_0_nl --train_size 20 --cv_folds 40 python lgbm_llm.py --seed 0 --data_path ./data/Adult_flan ...
I'm using LGBM in Conda to learn classifier with absolute default parameters. Then I save this model to .txt file and reuse it in inference made with C++ API of LGBM. As a result I get completely ...