You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In notebook 03, when loading dataset wine_reviews_130k_varietals_75, I get a data hash mismatch. The intended SHA-1 is 52ea2825926ce21c8641109acdd6f889587d9c36, but the SHA-1 that is computed is 8b234d7595929d589c1a6781730fcb5b75e351e2.
It is easy to monkeypatch to work around, but I wonder if this plays along the same lines as the other hash mismatch issues previously encountered.
The text was updated successfully, but these errors were encountered:
Thanks. Similar to the hash in issue #28. Not sure yet if it's another version of the pandas+joblib hash issue or if additionally, we're missing a "sort".
In notebook 03, when loading dataset
wine_reviews_130k_varietals_75
, I get a data hash mismatch. The intended SHA-1 is52ea2825926ce21c8641109acdd6f889587d9c36
, but the SHA-1 that is computed is8b234d7595929d589c1a6781730fcb5b75e351e2
.It is easy to monkeypatch to work around, but I wonder if this plays along the same lines as the other hash mismatch issues previously encountered.
The text was updated successfully, but these errors were encountered: