Juan Calderon
Juan Calderon
googleway uses package CURL, i managed to set options in RCURL, but I cant define proxy arguments on CURL.
The Tweedie regression gives error ValueError: array must not contain infs or NaNs There are no infinate or Nan values ``` TweedieDist = TweedieDistribution(1.5) f_glm1 = GeneralizedLinearRegressor(family=TweedieDist, alpha_search=True, l1_ratio=1.5, fit_intercept=True,max_iter=200)...
I build Glum models based on the 3.11 version, I have trouble loading those models. on the 3.12 version I get error TypeError: Can't instantiate abstract class Formula without an...