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

Issues on the running #24

Open
mohua5258 opened this issue Aug 9, 2020 · 5 comments
Open

Issues on the running #24

mohua5258 opened this issue Aug 9, 2020 · 5 comments

Comments

@mohua5258
Copy link

I was running the program (3. Feature Engineering.ipynb) in the colab. The program can not go through by some reasons. It gave :"tuple is not allowed for map key". Can you help me to solve it? Thanks.

@thehomebrewnerd
Copy link
Contributor

Were you running off the main branch or the update-reqs branch? There is an open pull request to fix some issues related to the current notebook in main.

Can you try running the notebooks from the update-reqs branch to see if this problem persists? If it does, can you also provide more details on which specific cell you were running when you saw the error and also provide the full stack trace of the error message that results?

@tevfikcagridural
Copy link

Hi,
Having the same issue for running in colab.

The branch is update-reqs. I also tried changing weekend primitive to is_weekend and also cutoff_time column to time but they didn't work. The cell is 43 and you can find the complete error message attached.

By the way, great tool. Can't wait to use it once I learn.

error_log.txt

@thehomebrewnerd
Copy link
Contributor

@tevfikcagridural Thanks for the error stack trace. I'm not sure we've tried to run these notebooks in colab before, so we will have to investigate what is happening here. I'll take a look as soon as I can.

Also, the pull request I mentioned previously has been merged in, so you should be able to run the main branch now.

@thehomebrewnerd
Copy link
Contributor

thehomebrewnerd commented Feb 16, 2021

@tevfikcagridural In looking at the stack trace and the code, I'm wondering if this error is related to the attempt to parallelize the feature matrix calculation with njobs=-1. I haven't tried this on colab yet, but you might try to remove the njobs parameter completely or set it to 1 instead of -1. This will cause the calculation to NOT be parallel, which will take longer, but it might at least run.

@tevfikcagridural
Copy link

tevfikcagridural commented Feb 17, 2021

@thehomebrewnerd that solved the problem. Thank you.

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

3 participants