<div dir="ltr">Hello team,<div><br></div><div>Quick question respect to the Normalizer().</div><div><br></div><div>My understanding is that this transformer divides the values (rows) of a vector by the vector euclidean (l2) or manhattan distances (l1).</div><div><br></div><div>From the sklearn docs, I understand that the Normalizer() does not learn the distances from the train set and stores them. It rathers normalises the data according to distance the data set presents, which could be or not, the same in test and train. </div><div><br></div><div>Am I understanding this correctly?</div><div><br></div><div>If so, what is the reason not to store these parameters in the Normalizer and use them to scale future data?</div><div><br></div><div>If not getting it right, what am I missing?</div><div><br></div><div>Many thanks and I will appreciate if you have an article on this to share.</div><div><br></div><div>Cheers</div><div><br></div><div>Sole</div><div><br></div><div><br></div></div>