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 @annabisset, thanks for reporting the bug. Please provide more details in reproducing your issue. For example, how did call CausalTreeRegressor? You can also try to follow the example.
Hi Team,
when running predict method on CausalTreeRegressor object, I am getting 'too many indices for array' error
e.g. tree.predict(features) where features is a 2 dimensional array with shape (494767, 11)
expected this line of code to return predicted score on features. this snippet was running with no error yesterday.
Many thanks!
The text was updated successfully, but these errors were encountered: