BusinessDayFrequency error (Python)
Getting this error on BusinessDayFrequency(1, 1, sc)
__init__() takes exactly 3 arguments (4 given)
when I change it to BusinessDayFrequency(1, sc) I get this error:
--> self._jfreq = sc._jvm.com.cloudera.sparkts.BusinessDayFrequency(bdays)
TypeError: 'JavaPackage' object is not callable
+1 @sryza Did you solve it? @hartziai
Hi @hartziai and @ahjdzx, this issue was fixed here: https://github.com/sryza/spark-timeseries/pull/133, but I haven't yet had a chance to include that commit in a release
Hi @sryza . Did you get a chance to include the fix #133 , in the latest release? I've just started using sparkts. I'm getting the above error in Python.
Hey @sryza I still get this exact issue mentioned by @hartziai . Hasn't the changes being in effect ?
Hey @ShakthiYasas, apologies, but I haven't had the time to do a release since then
Any chance to release this fix in future.