from mlxtend.preprocessing import minmax_scaling minmax_scaling(df, columns=['s1', 's2']) This Code doesn't work . Its Better to mention that pip install mlxtend need to be run in cmd if someone is running in local machine Regards Kanchan
from mlxtend.preprocessing import minmax_scaling
minmax_scaling(df, columns=['s1', 's2'])
This Code doesn't work .
Its Better to mention that pip install mlxtend need to be run in cmd if someone is running in local machine
Regards Kanchan