I was going through documentation of sklearn.preprocessing.StandardScaler
and came across denotions such as X[, y], X[, copy]
in methods like fit(X[, y])
, inverse_transform(X[, copy])
. What do those denotions mean exactly?
Link: http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html