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