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
At least that's in line with the array dimensions line 358 and solves the issue that h_bar is returned as 1 which creates a divide by zero warning for me. :)
Cheers!
The text was updated successfully, but these errors were encountered:
Hey,
I believe line 413 in preprocessing.py should be
n_var = X.shape[1]
At least that's in line with the array dimensions line 358 and solves the issue that h_bar is returned as 1 which creates a divide by zero warning for me. :)
Cheers!
The text was updated successfully, but these errors were encountered: