TabICL 0.0.6
What's Changed
- fix (TabICLClassifier): convert output tensor to float before moving to numpy (df1e504)
When AMP is enabled, PyTorch tensors may be in float16
. Explicitly casting to float32
ensures stability and prevents errors.
Full Changelog: v0.0.5...v0.0.6