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

it is not possible to install tpot without xgboost? #109

Closed
lizsz opened this issue Mar 10, 2016 · 4 comments
Closed

it is not possible to install tpot without xgboost? #109

lizsz opened this issue Mar 10, 2016 · 4 comments
Labels

Comments

@lizsz
Copy link

lizsz commented Mar 10, 2016

I have some issues installing xgboost. In the mean time I wanted to give a tpot a try, it seemed a very interesting concept. However, the installation of tpot failed while installing xgboost. I think it should be possible to run the tpot without some of the algorithms.

@rhiever
Copy link
Contributor

rhiever commented Mar 10, 2016

What is the error that you're having with xgboost? What OS are you running?

If you're familiar with Python, you can remove xgboost by:

then running python setup.py install in the base of the tpot directory.

I'm very curious to learn what issues you're having with xgboost, though. I only added it to TPOT because I was assured that it would be easy for everyone to install.

@lizsz
Copy link
Author

lizsz commented Mar 11, 2016

Windows 7, LoadLibrary call fails due to some unknown (to me) dependency.
here is issue I submitted. Frankly, it is a weird issue and I believe it may be something wrong with my specific setup, although I can not quite figure out what exactly :(

@rhiever
Copy link
Contributor

rhiever commented Mar 11, 2016

I'm going to close this issue and move the convo to the xgboost issue. Hopefully this can be addressed, else we may have to consider rolling back to using the sklearn GradientBoostingClassifier.

@rhiever rhiever closed this as completed Mar 11, 2016
@rhiever
Copy link
Contributor

rhiever commented Mar 11, 2016

Also: From reading your xgboost issue, it sounds like you could actually just disable xgboost in TPOT by removing only these two lines in your TPOT install:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants