open:linear-models

Linear models

Scikit-learn

  • LogisticRegression / LinearRegression + regularizers
  • SGDClassifier / SGDRegressor

Vowpal Wabbit

Regularization parameter (C, alpha, lambda, …)

  • Start with very small value and increase it.
  • SVC starts to work slower as C increases

Regularization type

  • L1/L2/L1+L2
  • L1 can be used for feature selection

  • open/linear-models.txt
  • 마지막으로 수정됨: 2020/07/15 08:37
  • 저자 127.0.0.1