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~
I meet a question RuntimeError: The size of tensor a (212) must match the size of tensor b (0) at non-singleton dimension 0,when I try to run code imputer.fit() and the dataset I used is heart.csv,How can I fix this question? Thanks