このページの情報の一部またはすべては、S3NS の Trusted Cloud には適用されない場合があります。
BigQuery ML は、モデルタイプごとに異なる入力特徴タイプをサポートしています。次の表に、サポートされている入力特徴タイプを示します。
BigQuery ML は、モデルのトレーニング中に ARRAY<numerical>
を密ベクトル入力としてサポートしています。エンベディング機能は、特別な種類の密ベクトルです。詳細については、ML.GENERATE_EMBEDDING
関数をご覧ください。
BigQuery ML は、モデルのトレーニング中のスパース入力として ARRAY<STRUCT>
をサポートしています。各構造体には、ゼロベースのインデックスを表す INT64
値と、対応する値を表す数値型が含まれています。
次に示すのは、整数配列 [0,1,0,0,0,0,1]
のスパース テンソル入力の例です。
ARRAY<STRUCT<k INT64, v INT64>>[(1, 1), (6, 1)] AS f1
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-06-19 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-06-19 UTC。"],[[["BigQuery ML accommodates various input feature types, tailored to different model categories such as supervised, unsupervised, and time series models."],["Numeric, categorical, timestamp, struct, geography, and array types are supported across many BigQuery ML models, with specific models having certain specificities."],["Dense vector input is supported using `ARRAY\u003cnumerical\u003e` for model training, which includes a special embedding feature as seen in the `ML.GENERATE_EMBEDDING` function."],["Sparse input during model training is supported through the use of `ARRAY\u003cSTRUCT\u003e`, where each struct contains an `INT64` index and a numeric value."],["Matrix Factorization and ARIMA_PLUS models have unique input requirements, with the provided input types for ARIMA_PLUS_XREG only applying to external regressors."]]],[]]