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
{{ message }}
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
Hey there, thanks for your library, it seems very useful. I noticed an issue with the docs located at:
https://rjagerman.github.io/shoelace/datasets.html
The section on datasets contains the snippet
`from shoelace.dataset import LtrIterator
iterator = LtrIterator(dataset)`
Which appears to contain an incorrect import statement, as LtrIterator is located in shoelace.iterator.
The Readme.MD contains the correct snippet.
Thanks!
The text was updated successfully, but these errors were encountered: