mnist2专题

MNIST2_LGB_XGB训练预测

针对MNIST数据集进行XGB\LGB模型训练和预测 部分脚本如下: 完整脚本见笔者github lgb_param = {'boosting': 'gbdt','num_iterations': 145,'num_threads' : 8, 'verbosity': 0,'learning_rate': 0.2,'max_depth' : 10,'num_leaves' : 8,'subsam