bigframes.bigquery.ml.get_insights#
- bigframes.bigquery.ml.get_insights(model: BaseEstimator | str | Series) DataFrame[source]#
Gets insights from a BigQuery ML model.
See the BigQuery ML GET_INSIGHTS function syntax for additional reference.
- Parameters:
model (bigframes.ml.base.BaseEstimator, str, or pd.Series) – The model to get insights from.
- Returns:
The insights.
- Return type: