Python_Notes
Ctrlk
  • 介绍
  • Basic Syntax
  • Standard Modules
  • Python Web
  • Python BigData
    • sklearn
      • Preprocessing预处理
        • MinMaxScaler
          • minmax_scale
        • FunctionTransformer
        • Imputer
        • KernelCenterer
        • add_dummy_feature
        • Binarize
        • Normalizer
        • Scale
        • OneHotEncoder
      • Feature Selection特征选择
      • Estimator预测器
      • 算法融合
      • Pipeline管道
      • Model Selection模型选择,算法评估
    • NumPy
    • SciPy
    • matplotlib
  • Python Spider
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
Powered by GitBook
On this page
  1. Python BigData
  2. sklearn
  3. Preprocessing预处理
  4. MinMaxScaler

minmax_scale

PreviousMinMaxScalerNextFunctionTransformer

Last updated 7 years ago