Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Jan 30, 2020
2 parents 03e5837 + 1acb1c9 commit 760ce6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ktrain/text/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ def __init__(self, model_name, maxlen=128, classes=[],
maxlen, max_features=10000, classes=classes, multilabel=multilabel)
self.batch_size = batch_size
self.use_with_learner = use_with_learner
self.lang = None


def preprocess_train(self, texts, y=None, mode='train', verbose=1):
Expand Down

0 comments on commit 760ce6e

Please sign in to comment.