rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

FIX Move logistic regression parameter validation to fit() #6109

Open betatim opened 1 month ago

betatim commented 1 month ago

To be compatible with scikit-learn no parameter validation should happen in __init__.

Towards #6105