zackhy / TextClassification

Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).
MIT License
194 stars 60 forks source link

Train/test examples in README.md #8

Closed ducalpha closed 6 years ago

ducalpha commented 6 years ago

Both the training and testing command examples in README.md use the same ./data/data.csv. It seems misleading for me because the train data should be different from the test data. How about using 2 different csv files: python train.py --data_file=./data/data.train.csv and python test.py --test_data_file=./data/data.test.csv

zackhy commented 6 years ago

@ducalpha Sure. Thanks for the advice.