Primary competition visual

Layer.ai Air Quality Prediction Challenge by #ZindiWeekendz

Helping Uganda
$300 USD
Completed (almost 4 years ago)
Prediction
153 joined
85 active
Starti
Jul 01, 22
Closei
Jul 03, 22
Reveali
Jul 03, 22
User avatar
Koleshjr
Multimedia university of kenya
No module named 'catboost' on layer?
Help · 3 Jul 2022, 19:12 · 3

Error: Train b86ab49a-115a-4a14-ac14-e32d5a8b9267 failed with "No module named 'catboost'", Suggestion: Add `debug=True` parameter to your `layer.run()` to see server logs

I got this error even after importing catboost any help ?

Discussion 3 answers

You have to install it in ur env too,

'pip install catboost' in the notebook would solve it

3 Jul 2022, 19:15
Upvotes 0
User avatar
Koleshjr
Multimedia university of kenya

Oh solved it. Thanks

@pip_requirements(packages=["catboost","seaborn"])

Correct @koleshjr, this is how you specify the packages, you can also pass the version numbers like this @pip_requirements(packages=["catboost==x.x.x","seaborn==x.x.x"])