-
Notifications
You must be signed in to change notification settings - Fork 1
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
integer overflow #6
Comments
What's the dimensionality of 'y' in this case? |
~700k or so |
There's an |
How detrimental to linkage performance would it be to iterate through chunks of 1k 'x' at a time? Is any of the training holistic, or are all of the linkages one-shot? |
Linkages are one-shot, so iterating through chunks in the way described should give the same results (with one qualification being that the choice of acceptable match threshold might be dynamically set given input data; to disable that, one can set In general, it's hard to know what that You might also want to check out |
Whenever my 'x' is greather than ~2750 organisations, I get this error (on all different models):
Again in windows, R 3.4.
The text was updated successfully, but these errors were encountered: