SyntaxFix
Write A Post
Hire A Developer
Questions
normed_matrix = normalize(input_data, axis=1, norm='l1') print(normed_matrix)
where input_data is the name of your 2D array