所以我在python中使用LightGBM尝试这个小脚本,在预测期间它只是失败了。我收到以下错误:
Python(641,0x7fffc8f5c3c0) malloc: *** error for object 0x7fc924301078: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
关于SO的其他答案似乎没有太大帮助。这是我第一次使用LGBM&蟒蛇。我该怎么做才能解决这个问题?
LightGBM提供的预测功能失败:
(clf
只是模拟数据的一些变量)
p_test = clf.predict(test_data)