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

Problem with downscaleTrain when using method="NN" #70

Open
matiaseolmo opened this issue Feb 26, 2020 · 2 comments
Open

Problem with downscaleTrain when using method="NN" #70

matiaseolmo opened this issue Feb 26, 2020 · 2 comments

Comments

@matiaseolmo
Copy link

Hello everyone!
I'm performing a daily precipitation downscaling using method="NN" with station data. This data has less than 15% of missing data during the training period. When running downscaleTrain, the program gives the following message:

"65.87 % of observations contains NaN, removed from the training phase ..."

It seems that this percentage is an indicative of the number of days with at least one station with NaN, and those days are then removed from the training phase, which is really inconvenient for the modeling. However, when I replicate the experiment but with a different method (GLM or analogs), this message does not appear.
Is there something wrong with the code or should I do something else?
Thanks a lot,
Matias

@jorgebanomedina
Copy link
Collaborator

jorgebanomedina commented Feb 26, 2020 via email

@matiaseolmo
Copy link
Author

Thank you Jorge, your advice was really helpful!
Regards,
Matias

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

2 participants