azul

Results 63 comments of azul

hey @jelc53. In the meantime, you can explore our implementation of the [`MSTL`](https://nixtla.github.io/statsforecast/examples/multipleseasonalities.html) model to handle multiple seasonalities.

hey @candalfigomoro! Thanks for using neuralforecast. The `Auto` classes receive a parameter called `search_alg` which receives a [ray.tune.search.searcher.Searcher](https://docs.ray.io/en/latest/tune/api/doc/ray.tune.search.Searcher.html#ray.tune.search.Searcher) class. So, you can instantiate the `HyperOptSearch` class with your parameters and...