BigQuery Flashcards
Is Logistic Regression built-in to BigQuery or externally trained in Vertex AI?
Built in to BigQuery
What is AutoML used for?
supervised ML service that builds and deploys classification and regression models on tabular data at high speed and scale.
What is Deep neural network used for?
creating TensorFlow-based deep neural networks for classification and regression models.
Is Random forest built-in to BigQuery or externally trained in Vertex AI?
Trained in Vertex AI
What is K-means clustering used for?
data segmentation. For example, this model identifies customer segments. K-means is an unsupervised learning technique, so model training doesn’t require labels or split data for training or evaluation.
Is Boosted Tree built-in to BigQuery or externally trained in Vertex AI?
Trained in Vertex AI
What is Boosted Tree used for?
creating classification and regression models that are based on XGBoost.
Is Contribution Analysis built-in to BigQuery or externally trained in Vertex AI?
Built in to BigQuery
What is Random forest used for?
constructing multiple learning method decision trees for classification, regression, and other tasks at training time.
What is Principal component analysis (PCA) used for?
the process of computing the principal components and using them to perform a change of basis on the data. It’s commonly used for dimensionality reduction by projecting each data point onto only the first few principal components to obtain lower-dimensional data while preserving as much of the data’s variation as possible.
What is Time series used for?
performing time series forecasts. You can use this feature to create millions of time series models and use them for forecasting. The model automatically handles anomalies, seasonality, and holidays.
Is Autoencoder built-in to BigQuery or externally trained in Vertex AI?
Trained in Vertex AI
Is Time Series built-in to BigQuery or externally trained in Vertex AI?
Built in to BigQuery
What is Linear regression used for?
Predicting the value of a numerical metric for new data by using a model trained on similar remote data. Labels are real-valued, meaning they cannot be positive infinity or negative infinity or a NaN.
Is Wide & Deep built-in to BigQuery or externally trained in Vertex AI?
Trained in Vertex AI