- Categorical Data
- Training data that assigns a text value to individual examples. Query results try to find the label (category) that the query term most closely resembles. For instance, the Hello World example tries to determine whether the string passed in resembles entries labeled as "English," "Spanish," or "French" most closely.
- Classification
- Another name for using the categorical data system.
- Continuous Data
- Another term for regression data.
- Example
- A single entry in the training data. For example, in spam detection training data, each email is a single example.
- Example value
- The value assigned to a single example in the training data. This is the first column in the training data, and is numeric for regression models and text for categorical models.
- Feature
- An individual data value within a training (or query) entry. For example, if a training entry for user height consists of person's height, person's gender, mother's height, father's height, and country of origin, each of those elements is called a feature .
- Hosted model
- A pre-trained model in our gallery . Hosted models are useful when you don't have the time, data, or resources to develop your own model for a specific use.
- Streaming training
- Sending additional training examples to an already trained model.
- [Trained] Model
- When you train the Prediction API against a data set, it creates a model based on that specific training data. All queries for the Prediction API are sent to a model trained against a specific training data.
- Regression Data
- Training data that assigns numeric values to individual examples. Regression models enable the API to predict numeric values based on examples. For example, to return a predicted temperature, based on prior temperature entries.
- Updates
- See Streaming training
Glossary
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies .
Last updated August 6, 2014.