This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Turi Create 5.3
Installation
To install Turi Create 5.3 into your virtual environment, use:
(venv) pip install turicreate==5.3
Enhancements
- Handle null & missing values in categorical heatmap (#1331)
- Handle null values in numeric histogram (#1326)
- Handle null values in categorical histogram (#1325)
Fixes
- Support empty labels in plots (#1211)
- More robust HDFS search paths (#1234)
- Integrate progress printing into os_log on Apple platforms (#1240)
- Corrected precision-recall computation in
recommender.util.precision_recall_by_user
(#1262) - CSV parsing improvements, including support for fields that contain newlines (#1263, #1266)
- Improved error reporting when loading JPEG files with unsupported color spaces (#1279)
- Support logistic classification training options in image classification (#1299)
- Support custom IOU threshold for non-maximum suppression in object detector prediction (#1333)
- Fix axis title bug in Box & Whisker plot (#1363)