Conditional parameter spec for hyperparameter tuning for logistic regression
How to configure conditonalparameterspec for the below code where, when penalty is l2 solver should be ‘sag’ and when penalty is ‘l1’, solver should be ‘saga’.
How to configure conditonalparameterspec for the below code where, when penalty is l2 solver should be ‘sag’ and when penalty is ‘l1’, solver should be ‘saga’.