You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi:
We receive a similar ticket in azure databricks.
the issue is that the kats is using dependency (holiday>=0.10.2), as PIP will install the latest version for this, so we will get an incompatible issue when initializing holiday.
The workaround is that you can install holiday==0.10.2 in the init script and install kats in UI
import kats
out:
object.init() takes exactly one argument
The text was updated successfully, but these errors were encountered: