I'm running on k8s, and I'm confused what will be better (faster):
gridsearchcv
and n_jobs=-1
orWhat will be faster ?
In the first method (gridsearchcv
) I can use sklearn
(no need to implement)
In the second method (map-reduce
) I need to implement the map-reduce alg