You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
schckngs
changed the title
Feature request for imputeEOF
Feature request for ImputeEOF
Dec 9, 2020
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.
Hi, I have a feature request for the ImputeEOF DINEOF function. Would it be possible to do the following with the cross-validation data?
validation
var to list returned)ImputeEOF(..., validation = variable_of_indexes)
. This would make it easier to train for specific scenarios.Thank you, and thanks for this awesome package!
Cheers
The text was updated successfully, but these errors were encountered: