question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fastest configuration

See original GitHub issue

Hi and thanks for working on this!

What’s the fastest configuration for BATS and TBATS? We’re running a number of basic tests and need to speed them up a bit.

We currently set "use_box_cox": False, "use_trend": False, "use_damped_trend": False, "sp": [1], "use_arma_errors": False. Anything we can do to make it faster? It’s still an order of magnitude slower than AutoARIMA for example. Is that normal?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
cotterplcommented, Dec 15, 2020

It is not the default because your time series are usually not short and your settings for parameters are usually not to turn all of them off and in such a situation it is quicker to do multiprocessing.

1reaction
mloningcommented, Dec 14, 2020

Setting n_jobs=1 pushes down the run time to 100ms for BATS - so that may be enough already. Why isn’t that the default?

Read more comments on GitHub >

github_iconTop Results From Across the Web

10 Ways to Improve Your Wi-Fi Router Speed - MakeUseOf
Optimize Your Router Settings for Faster Internet. Hopefully, this article has shown you how to maximize your router's speed and identify the best...
Read more >
The Fastest Laptops for 2022 - PCMag
MSI GT77 Titan. Fastest Cost-No-Object Laptop · Huge and heavy; Colossal price, especially for RTX 3080 Ti configuration; Loud under load ; Lenovo...
Read more >
Best configuration for fastest delivery? | Rivian Forums
Wanted to know what's the best configuration for the fastest delivery? If anyone here ordered in 2021-2022 and already received their Rivian ...
Read more >
Mario Kart 8 Deluxe Fastest Kart - How To Build The Best Kart
Acceleration : The higher your acceleration stat, the faster you'll reach your top speed; Weight: The weight of your vehicle and racer dictates ......
Read more >
What is the fastest configuration/boot method in Versal ACAP?
I think that SelectMap mode with 32-bit data bus width is the fastest configuration/boot mode in Versal ACAP, but I'm not sure about...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found