col_scale()
Rescales columns of dense or sparse matrix inplace.
X – A 2d ndarray array or a scipy sparse matrix.
ndarray
rescaling_factors – A 1d ndarray containing the column-wise rescaling factors.
round – Whether to round the result to integer values
None. This is an inplace operation.