Using Base framework, but got Error: 'NoneType' Object has no attribute 'forecast' #97
Answered
by
AlvinAi96
AlvinAi96
asked this question in
BaiduKDDCup2022
Answered by
AlvinAi96
May 24, 2022
Replies: 2 comments 7 replies
|
Hi, @ramber1836, I guess the error is caused by the predict.forecast(). When the Loader() load the predict module, it failed and then return None. But I run the evaluation.py with zip file on my own, no error is reported. Is possible some libraries are unavailable under the base framework. If so, i suggest the LB log could print out which the library is lacked. Looking forward to check the backend log. Wating for your reply. Thanks! BTW, could you install lightgbm and xgboost on other frameworks, which we could do the model ensemble. If possible, it would be better if we could install library as we like. |
2 replies
Answer selected by
AlvinAi96
|
You can check it again, the 'lightgbm not found' error has been fixed in the base environment. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Hi, @ramber1836,
I guess the error is caused by the predict.forecast(). When the Loader() load the predict module, it failed and then return None. But I run the evaluation.py with zip file on my own, no error is reported. Is possible some libraries are unavailable under the base framework. If so, i suggest the LB log could print out which the library is lacked.
Looking forward to check the backend log. Wating for your reply. Thanks!
BTW, could you install lightgbm and xgboost on other frameworks, which we could do the model ensemble. If possible, it would be better if we could install library as we like.