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

Feature request for ImputeEOF #131

Open
schckngs opened this issue Dec 9, 2020 · 1 comment
Open

Feature request for ImputeEOF #131

schckngs opened this issue Dec 9, 2020 · 1 comment

Comments

@schckngs
Copy link

schckngs commented Dec 9, 2020

Hi, I have a feature request for the ImputeEOF DINEOF function. Would it be possible to do the following with the cross-validation data?

  • Return which indexes were used to calculate RMSE (add validation var to list returned)
  • Be able to apply user-defined cross-validation points? E.g. ImputeEOF(..., validation = variable_of_indexes). This would make it easier to train for specific scenarios.

Thank you, and thanks for this awesome package!
Cheers

@schckngs schckngs changed the title Feature request for imputeEOF Feature request for ImputeEOF Dec 9, 2020
@eliocamp
Copy link
Owner

Hi!
Returning the vector of indices might be hard to implement because they I'd have to change the type of object returned (from a simple vector to a list of vectors). But I adding a validation parameter might work.

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