This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Turi Create 5.7
New Features
- Python 3.7 support on macOS (#788)
Feature Enhancements
- Increased performance for XGBoost (#2033)
- Added an option to inline render the SFrame
.explore()
method for greater Jupyter Notebook compatibility (#929)
Bug Fixes
- Reduced disk footprint of One-Shot Object Detector (#2169)
- Reduced memory usage of One-Shot Object Detector (#2191)
- Fixed broken test
CoreMLExportTest
on macOS 10.13 (#1332) - Increased default
max_iterations
value for Drawing Classifier toolkit (#2092) - Fixed broken links in API docs (#2112)
- Improved error message for One-Shot Object Detector when using empty arrays (#2002)
- Toolkits now better handle missing values in SFrames (#1994)
- Fixed how
unpack
anddropna
lazily compute (#2170) - Fixed type checking for
max_iterations
in Style Transfer toolkit (#2013)
Notes
- One-Shot Object Detector is now listed as a beta toolkit.