add sentiment in __init__.py

avx_docs
wen-bo-yang 8 years ago
parent a846ef6640
commit 3feebce209

@ -18,5 +18,8 @@ import imdb
import cifar
import movielens
import conll05
import sentiment
__all__ = ['mnist', 'imikolov', 'imdb', 'cifar', 'movielens', 'conll05']
__all__ = [
'mnist', 'imikolov', 'imdb', 'cifar', 'movielens', 'conll05', 'sentiment'
]

Loading…
Cancel
Save