Roman Aleksandrov

Results 2 issues of Roman Aleksandrov

Please specify what version of OpenVINO did you fork. For instance, it doesn't work with 2021.1. Thanks for the videos, by the way.

When making predictions on time series, train data part should precede test part. Otherwise, we can't be sure that model will work in the future. So instead of `sklearn.model_selection.train_test_split` (which...