2.1.3_Ridge_Regression


[キーワード]

  • Ridge回帰
  • メタ熱符号化の概念と
  • の使用
  • Feature Selection
  • [学習内容]

  • Ridge Regressionの概念と使用原因
    オフセットを増やすのではなく拡散を減らす
    λ\lambdaλ正規化強度の調整と調整(0の場合OLS)
  • category encodersライブラリによるOnehotcode
  • from category_encoders import OneHotEncoder
  • sklearn.Feature selectionによる特性選択
  • from sklearn.feature_selection import f_regression, SelectKBest
  • scikit-学習による嶺回帰に適しています
    from sklearn.linear_model import Ridge

    [コンテンツを参照]👀

  • Schikit-LASSOとElasticNetのモデリング方法を学習