79738764

Date: 2025-08-18 13:12:06
Score: 0.5
Natty:
Report link

However, regarding this trouble

a. fit_transform -- The mean() and std () -- they are learned parameters and are directly applied to the initial data

b. transform -- This is applied to new data, i.e, the previously learned parameters applied to new data, usually test data

Why couldn't you use it?

The fit_transform() functions in two ways:

The transform() fails due to the following

Check official documentation for more https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: WizHabasi