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
Currently I am just Scaling the whole Dataframe (not just columnwise) and avoid to scale the targets (I drop the column and add it later again). Im using StandardScaler() and I am well concerned that this is suboptimal...
What is a better way, to do it?
Thanks for every answer
The text was updated successfully, but these errors were encountered:
Hey,
Currently I am just Scaling the whole Dataframe (not just columnwise) and avoid to scale the targets (I drop the column and add it later again). Im using StandardScaler() and I am well concerned that this is suboptimal...
What is a better way, to do it?
Thanks for every answer
The text was updated successfully, but these errors were encountered: