Fixed: - `SimpleQA` now can load PyTorch question-answering checkpoints - change API call to support newest `causalnlp`
0.27.2
New: - N/A
Changed - N/A
Fixed: - check for `logits` attribute when predicting using `transformers` - change raised Exception to warning for longer sequence lengths for `transformers`
0.27.1
New: - N/A
Changed - Added `method` parameter to `tabular.causal_inference_model`.
Fixed: - N/A
0.27.0
New: - Added `tabular.causal_inference_model` function for causal inference support.
Changed - N/A
Fixed: - N/A
0.26.5
New: - N/A
Changed - added `query` parameter to `SimpleQA.ask` so that an alternative query can be used to retrieve contexts from corpus - added `chardet` as dependency for `stellargraph`
Fixed: - fixed issue with `TopicModel.build` when `threshold=None`
0.26.4
New: - API documenation index
Changed - Added warning when a TensorFlow version of selected `transformers` model is not available and the PyTorch version is being downloaded and converted instead using `from_pt=True`.
Fixed: - Fixed `utils.metrics_from_model` to support alternative metrics - Check for AUC `ktrain.utils` "inspect" function