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

XGBRegressor model stuck in queued status #17

Closed
jef5ez opened this issue May 31, 2017 · 2 comments
Closed

XGBRegressor model stuck in queued status #17

jef5ez opened this issue May 31, 2017 · 2 comments

Comments

@jef5ez
Copy link
Contributor

jef5ez commented May 31, 2017

I tried to make a regression model to run on zillow data from kaggle available here https://www.kaggle.com/c/zillow-prize-1/data
Here is a gist of my dataset extractor as well as setting up the XGBRegressor and an exception that was the last thing left in the console
https://gist.github.com/jef5ez/a9b0650293f343682a58b0f0500f3332
I selected the shuffle split for both cross validation settings and added MSE as the learner metric.
The base learner seems to verify fine on the boston housing data.
After hitting finalize and selecting a single base learner a row shows up below but is stuck in the Queued status.

python 3.5.2
xcessiv (0.2.2)
xgboost (0.6a2)

@reiinakano
Copy link
Owner

reiinakano commented May 31, 2017

Hi! I'll fix this after work. This is a mistake on my part, since I was testing solely on Python 2 and did not account for the fact that map() returned an iterator in Python 3. For now, I suspect things would be fine if you install Xcessiv on Python 2 or upgrade to 0.2.5 that currently is only available on Pypi.

@reiinakano
Copy link
Owner

Fixed in release v0.2.5

@jef5ez closing this issue for now but please do open another one if something is still broken. Kaggle competitions are definitely one of the major use cases for Xcessiv

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

No branches or pull requests

2 participants