We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Alice,
Thanks for the great book! There are two lines of code in the last two notebooks for the end-to-end examples that I don't quite understand:
if order < 5: order += 1
if order < top_n: order += 1
What was the rationale behind the fact that you used if blocks here?
if
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Alice,
Thanks for the great book! There are two lines of code in the last two notebooks for the end-to-end examples that I don't quite understand:
if order < 5: order += 1
if order < top_n: order += 1
What was the rationale behind the fact that you used
if
blocks here?Thank you!
The text was updated successfully, but these errors were encountered: