Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Triana
I liked your notebook, it's clear and concise. Below are a few comments and suggestions.
Maybe you could explain what would change for an unbalanced assignment if they can be solved with the hungarian algorithm. If they can't be solved with the hungarian algorithm, maybe you could mention what algorithm can solve it.
In this sentence in the second step of the outline of the approach:
It may not be entirely clear that the entries are zeros instead of there being no entries.
Some typo's and other minor details:
in the introduction:
in the introduction:
step 3 of the outline of the approach:
description of find_min_row:
in the Hungarian_algorithm function:
One of the apostrophes is the wrong kind
In the explanation of the Hungarian algorithm it says:
These functions are now explained below the hungarian_algorithm function
in find_min_row: maybe change the indentation here:
Yari Van Laere