New:
- Added multilingual support for text classification.
- Added experimental support for tf.keras. By default, *ktrain* will use standalone Keras.
If `os.environ['TF_KERAS']` is set, *ktrian* will attempt to use tf.keras.
Some capabilities (e.g., `predictor.explain` for images) are not yet supported for tf.keras
Changed:
- When BERT is selected, check to make sure dataset is correctly preprocessed for BERT
Fixed:
- Fixed `utils.bert_data_type` and ensures it does more checks to validate BERT-style data