Scaling to the maximum absolute value

Report a typo

Suppose you have a variable X as shown below. Scale each feature individually to its maximum absolute value. Use the default parameters.

Print out the result after the transformation.

Write a program in Python 3
X = [[8, -2, 3], [2, 25, 0], [4, 0, -2]]
___

Create a free account to access the full topic