Kah Jun

Results 1 issues of Kah Jun

Hi I tried implementing LinearGAM with sklearn's GridsearchCV and got an error when gridsearchCV tried to clone the estimator. The code is below: ```python def gam(x, y): lams = np.random.rand(10,...

enhancement
low-priority