Reading too much data in? #165
Unanswered
Carlos-Fernands
asked this question in
Q&A
Replies: 1 comment
-
Hey @Carlos-Fernands, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After advice from Miles, I kept my training data way smaller than my original one:
All good here, except that I never got any model out, despite increasing the maxdepth, iterations, and other parameters.
Then I tried to increase the 2000 rows to 3000 (and later to 2500, with the same result) and that's where something "interesting" happened: I started to get this long traceback error message ending with:
".....exception: access violation reading 0x00....."
And I would have to restart the kernel, sometimes the whole Anaconda environment, because nothing else would work.
Is there a genuine limitation about that amount of data being used? (> 2000 x 8 items)
Beta Was this translation helpful? Give feedback.
All reactions