8000 predict() takes a very long time · Issue #22 · anttttti/Wordbatch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

predict() takes a very long time #22

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 8000 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

Open
riadsouissi opened this issue Apr 29, 2018 · 1 comment
Open

predict() takes a very long time #22

riadsouissi opened this issue Apr 29, 2018 · 1 comment

Comments

@riadsouissi
Copy link

Hi. I trained an FM_FTRL model for 5 iterations which took 5 hours on 120 million records data.
But when I try to output predictions on this trained model, it takes a very long time (I end up killing it after it runs for 1 hour).
Is this normal ? Is prediction supposed to take this long ?
I use the latest github version of wordbatch: 1.3.5.

By the way, pickle_model() does not seem to work, it uses get_params which is not implemented.
I ended up using regular pickle.dump()

Thanks,

@anttttti
Copy link
Owner

Not normal, the testing should take less time than training, since training is prediction+update per row.

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
0