Conversation
|
Hi, i had an exam today so I couldn't do the review in the morning, but I can't seem to open a separate pull request anymore so I will add my review as a comment. I agree that it's short and simple, which is very good. The essentials are explained and demonstrated with a clear example. Only remark is that there are still a few spelling errors and that the helper functions are shown after the main hungarian_algorithm method. good job |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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