Skip to content

Commit

Permalink
Removed Reuters C50 and SFGram
Browse files Browse the repository at this point in the history
  • Loading branch information
nschaetti committed May 16, 2018
1 parent 46e9496 commit b63fa1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions echotorch/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from .MackeyGlassDataset import MackeyGlassDataset
from .MemTestDataset import MemTestDataset
from .NARMADataset import NARMADataset
from .ReutersC50Dataset import ReutersC50Dataset
from .SFGramDataset import SFGramDataset

__all__ = [
'LogisticMapDataset', 'MackeyGlassDataset', 'MemTestDataset', 'NARMADataset', 'ReutersC50Dataset', 'SFGramDataset'
'LogisticMapDataset', 'MackeyGlassDataset', 'MemTestDataset', 'NARMADataset'
]

0 comments on commit b63fa1d

Please sign in to comment.