zestai / zrp

Zest Race Predictor
Apache License 2.0
28 stars 3 forks source link

zest_race_predictor.transform action terminated #11

Closed vaalwan closed 2 years ago

vaalwan commented 2 years ago

Is there an existing issue for this?

What happened?

A bug happened!

I am following your example code in ZRP-Tutorial.ipynb and can't figure out why I keep getting the following bug. Specifically, when I run 'zrp_output = zest_race_predictor.transform(zrp_sample)’, whenever it tries to load the ACS lookup tables the action is killed and the code terminates. Is there something further I need to do?

Steps To Reproduce

No response

What browsers are you seeing the problem on?

No response

Environment

- OS:
- Node:
- yarn:

Anything else?

No response

Code of Conduct

kasey-zest commented 2 years ago

Hi @vaalwan, this could be a compute issue. The size of your input data combined with the size of the lookup tables may be causing your machine to terminate the run. If you can share additional details, a stack trace, and/or screenshot(s), we can better help to diagnose the issue.

vaalwan commented 2 years ago

Here are screenshots of the output for zest_race_predictor.transform(). After "loading ACS lookup tables" the kernel terminates in Jupyter notebook.

Screen Shot 2022-04-13 at 2 53 25 PM Screen Shot 2022-04-13 at 2 53 45 PM
vaalwan commented 2 years ago

Actually I figured it out! It was an out-of-memory error and so I fixed it :) Thanks!