m-r-munroe
Results
2
comments of
m-r-munroe
pyts is decent. https://github.com/johannfaouzi/pyts sktime is also solid. https://github.com/alan-turing-institute/sktime
Along with random forests you should have done a grid-search using gradient boosted machines. Those things take 10x more trees in the ensemble, and they are interdependent so they take...