Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running problem #97

Closed
pavansai26 opened this issue Jul 6, 2020 · 14 comments · Fixed by #99
Closed

running problem #97

pavansai26 opened this issue Jul 6, 2020 · 14 comments · Fixed by #99
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pavansai26
Copy link

Describe the bug
catboost is not installing and it shows sys is not defined
module not found error is coming

@shankarpandala shankarpandala self-assigned this Jul 6, 2020
@shankarpandala
Copy link
Owner

Try import sys before your code
This is designed to use catboost only if it is already installed. If it is not installed it will ignore. Will look into the issue and fix it in next release

@rrupam
Copy link

rrupam commented Jul 7, 2020

I have the same problem. I have
import sys
before the code, but the error persists.

@Branden-Kang
Copy link

I have the same problem but I solved it. Before running the "lazy predict" code, you should install catboost first. So, use this code to install catboost: !pip3 install catboost and then you can run the code "from lazypredict.Supervised import LazyClassifier".

@vipul-shinde
Copy link

I installed catboost now, but the error still persists ( sys not defined) while I try to import using ---
from lazypredict.Supervised import LazyClassifier

@shankarpandala
Copy link
Owner

@rrupam @Branden-Kang @vipul-15
Install 'xgboost', 'catboost', 'lightgbm' before using lazypredict and let me know if this error still exists

@Branden-Kang
Copy link

Yes. I fixed it. You need to install 'xgboost', 'catboost', 'lightgbm'. But, you have to remember that use pip3!!

@vipul-shinde
Copy link

Yes @shankarpandala . I didn't had lightgbm, installed it. Now error is gone. 😃

@shankarpandala
Copy link
Owner

@pavansai26 you can also install xgboost lightgbm and catboost for time being I will fix this sys issue soon.

@guhan93
Copy link

guhan93 commented Jul 8, 2020

when i run the regression code i get only the learning rates

@guhan93
Copy link

guhan93 commented Jul 8, 2020

having errors in stacking regressor

@shankarpandala shankarpandala added this to the 0.2.7 milestone Jul 9, 2020
@shankarpandala shankarpandala added the bug Something isn't working label Jul 9, 2020
@shankarpandala shankarpandala linked a pull request Jul 9, 2020 that will close this issue
@shankarpandala
Copy link
Owner

@rrupam @Branden-Kang @vipul-15 @pavansai26

This issue is fixed in new patch and removed catboost

@guhan93 Please raise a new issue for it with details

@guhan93
Copy link

guhan93 commented Jul 9, 2020

image

@guhan93
Copy link

guhan93 commented Jul 9, 2020

solve this

@guhan93
Copy link

guhan93 commented Jul 9, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants