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

long vectors (argument 7) are not supported #23

Open
ndeluigi opened this issue Feb 23, 2023 · 0 comments
Open

long vectors (argument 7) are not supported #23

ndeluigi opened this issue Feb 23, 2023 · 0 comments

Comments

@ndeluigi
Copy link

ndeluigi commented Feb 23, 2023

Dear @samFarrellDay,

I'm running my usual gap filling code on a dataset that is increasing in size every year and this time I'm currently experiencing a new error:

dataset 1
iteration 1 | ConduScmError in miceRanger(metalp_ds, m = 1, maxiter = 10, parallel = FALSE, :
Evaluation failed with error <Error in get.knnx(data, query, k, algorithm): long vectors (argument 7) are not supported in .C
. This is probably our fault - please open an issue at https://github.com/FarrellDay/miceRanger/issues with a reproduceable example.

The dataset has 1'176'481 observations and 13 variables. All variables are numeric and I tried with both NaN and NA for missing values. The error shows up when the second variables starts to be imputed. My computer and 56 cores and 256GB RAM

I did some tests and it seems it's a matter of size. I'm able to impute up to approx 800'000 observations, but with my full dataset that error shows up. I could subsample it to generate a model and apply that same model to the rest of the observations, but I would like to exploit the full information of the DS to generate the model.

Any idea how to fix it? Many thanks

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

1 participant