tensorflow / quantum

Hybrid Quantum-Classical Machine Learning in TensorFlow
https://www.tensorflow.org/quantum
Apache License 2.0
1.77k stars 560 forks source link

Documentation: Fix TF Quantum MNIST by adding arg names in Seaborn barplot #733

Closed 8bitmp3 closed 1 year ago

8bitmp3 commented 1 year ago

Fixes build failure by specifying the x and y axis in sns.barplot.

From the API docs:

seaborn.barplot(data=None, *, x=None, y=None,...)

(reference: https://seaborn.pydata.org/generated/seaborn.barplot.html)

LMKWYT @MichaelBroughton @MarkDaoust

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB