Dante Gama Dessavre

Results 196 comments of Dante Gama Dessavre

lol because I wrote a script to do this and only checked `.py` files instead of `.pyx` files too

@betatim good point, I think matching as close as possible (i.e. entirely) is a good idea

@betatim the ones that haven't changed to be class methods are the dask-based estimators, currently they depend on some runtime behavior, I would suggest we do those on a follow...

Thanks for the report @busFred, that corner case indeed is something we did not think about. Have been working significantly on improvements to the are around cuml-cpu, and will be...

Thanks for the issue @JiayuChen02, I just tried your code on a machine with a T4 and this is the results I got: ``` {'alpha': 0.001, 'copy_X': True, 'fit_intercept': True,...

@beckernick the code in cuML already has [this capability](https://github.com/rapidsai/cuml/blob/6342914f3ad8460da70c2b53cdedd84657531a0b/python/cuml/dask/ensemble/__init__.py#L19) (it enables cuml-cpu), all the way to the import structure. The main challenge is making it super easy to users to...