You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from functools import partial
def gen_dist(x, y, p):
return minkowski(x.reshape(-1),y.reshape(-1),p)
func_list = [chebyshev] + [partial(gen_dist, p=i) for i in [1, 2]]
Pipeliner doesn't dump config in the old version. Maybe it's because we are trying to pickle lambdas as well
The text was updated successfully, but these errors were encountered: