cocoph
Results
2
comments of
cocoph
> @adityamukherjee42 Found a solution > Use pip to install lap > Comment out the import and use the following function. > > ```python > def linear_assignment(cost_matrix): > try: >...
> _sklearn.utils.linear_assignment__ was replaced with _scipy.optimize.linear_sum_assignment_ since the latter was pruned in the current version. I found the above function in a previous commit. > > Follows these steps to...