Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Finding nearest neighbors fails with linux #18

Open
sjchae1207 opened this issue Feb 29, 2020 · 2 comments
Open

Finding nearest neighbors fails with linux #18

sjchae1207 opened this issue Feb 29, 2020 · 2 comments

Comments

@sjchae1207
Copy link

sjchae1207 commented Feb 29, 2020

Hi,

I installed rEDM in linux and tried to use ccm function.
However, what I've got was NA for each prediction
and the error message as the following
In model$run() : no nearest neighbors found; using NA for forecast

I've tried to reinstall each package and dependencies, but it didn't work.

Still, I checked that it works fine in Windows.

@ha0ye
Copy link
Owner

ha0ye commented Mar 9, 2020

Did you use the same dataset and parameters? That warning message usually means the input data is too gappy or has other issues that prevent the model fitting from proceeding correctly.

If you can make a reprex, that would help me to debug your issue:
https://community.rstudio.com/t/faq-whats-a-reproducible-example-reprex-and-how-do-i-do-one/5219

@sjchae1207
Copy link
Author

I used the same dataset and parameters both in Windows and Linux.
I got the desired result in Windows but it didn't work in Linux.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants