sklearn.preprocessing モジュール

sklearn.preprocessing モジュール

[APIドキュメント]

クラス

関数

normalize

@ [APIドキュメント]

normalize(X, norm=’l2′, *, axis=1, copy=True, return_norm=False)

  • 与えられたデータセットを正規化します。

scale

@ [APIドキュメント]

scale(X, *, axis=0, with_mean=True, with_std=True, copy=True)

  • すべての軸について与えられたデータセットを標準化します。