This page contains release notes for each version of the Prediction API.
Current version: 1.6
Deprecated versions (these versions will cease to work on 1st October 2013 - please upgrade your models before then):
- v1.5
- v1.4
- v1.3
- v1.2
Release History
- V1.6 Current
- V1.5 Update
- V1.5
- V1.4
- V1.3
- V1.2 Update
- V1.2
- V1.1 Deprecated
V1.6
Released June 2013
- Change in ownership of models: Models are now resources belonging to your Google Developers Console project - this allows sharing with other users in your team, or service accounts used by your application. In previous versions models could only be used by the user that created them.
- Training data size limit raised to 2.5 GB.
Important: with the release of V1.6 of Prediction API, all previous versions are deprecated and will no longer be supported after 1 October 2013. Please follow these steps to update your models to be compatible with v1.6. If no action is taken, existing models will become inaccessible and deleted after 1 October 2013.
V1.5 Update
Released October 2012
- Support for updating regression models.
- Support for training directly from instances passed in prediction.trainedmodels.insert (instead of a file in Google Storage).
V1.5
Released March 2012
- Two new methods added: List and Analyze .
-
confusionMatrix
,confusionMatrixRowTotals
, anddataAnalysis
are now returned with prediction.trainedmodels.analyze . -
created
andtrainingComplete
is now returned with prediction.trainedmodels.get .