Hi everyone,
In machine learning, in the case of chronologically ordered data, is it possible to find the best parameters of an algorithm using the Grid search and the Hold-out validation instead of the k-fold cross-validation?
If so, is there a Python library to do this?
Thanks in advance.