Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@busunkim96 busunkim96 released this 31 Jan 17:27

11-13-2019 13:44 PST

Implementation Changes

  • Fix uploading pandas dataframe to AutoML Tables. (#9647)

New Features

  • Add support for image classification, image object detection, text classification, text extraction. (via synth). (#9628)
  • Add batch_predict. (via synth). (#9628)
  • Add deploy_model, undeploy_model, export_model. (via synth). (#9628)
  • Add annotation specs (via synth). (#9628)
  • Expose disable_early_stopping option for create_model. (#9779)

Documentation

  • Add python 2 sunset banner to documentation. (#9036)

Internal / Testing Changes

  • Normalize VPCSC configuration in systests. (#9607)
  • Fix docstring formatting. (#9793)