alteryx / alteryx/evalml

Add more regularization options to LogisticRegressionClassifier

オープン
#1,859 コメント 1 件 リアクション 0 件 担当者 1 名 @asniyaz が担当を希望しています GitHub で見る
enhancement performance
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

Our `LogisticRegressionClassifier` only supports an `l2` [penalty](https://github.com/alteryx/evalml/blob/main/evalml/pipelines/components/estimators/classifiers/logistic_regression.py#L17), but the underlying sklearn implementation additionally [supports](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) `l1`, and `elasticnet`.

I think we should add these regularizer options to our component hyperparameters.

One possible complication is that certain regularizers can only be used with certain solvers.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。