Ibotta / sk-dist

Distributed scikit-learn meta-estimators in PySpark
Apache License 2.0
285 stars 51 forks source link

rm sk-learn's GridSearchCV's iid option in its init function #61

Open DawnweiSong opened 7 months ago

DawnweiSong commented 7 months ago

Pull Request Template

iid option of GridSearchCV was removed since sk-learn 0.24 (reference: https://github.com/scikit-learn/scikit-learn/blob/d38d1cbd72a6f001ed58d261b71bd99eb6ff2232/doc/whats_new/v0.20.rst#L1220) . However, sk-dist still kept this old option, which will raise error in initialization. I have removed this param to be compatible with newer sk-learn.

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: