この古いバージョンの AI Platform Training は非推奨になりました。2025 年 1 月 31 日を過ぎると Google Cloud で使用できなくなります。リソースを Vertex AI カスタム トレーニングに移行することで、AI Platform にはない新しい機械学習機能を利用できます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-08 UTC。"],[[["\u003cp\u003eThis page explains how AI Platform Training preprocesses tabular data for built-in algorithms, detailing the requirements and limitations for input data.\u003c/p\u003e\n"],["\u003cp\u003eAI Platform Training analyzes tabular data column by column to determine data type, treatment, and statistics, saving this information in a \u003ccode\u003emetadata.json\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003eData transformation involves splitting datasets, removing rows with excessive missing values, and filling in the rest of the missing values, using the mean for numerical columns and zeros for categorical ones in XGBoost.\u003c/p\u003e\n"],["\u003cp\u003eInput data must be a UTF-8 encoded CSV file, without a header row, and with the target column as the first column.\u003c/p\u003e\n"],["\u003cp\u003eThe preprocessing operations vary depending on the ML framework, with TensorFlow based models performing these transformations inside the TensorFlow graph, while XGBoost built-in algorithms perform these transformations outside of the TensorFlow graph.\u003c/p\u003e\n"]]],[],null,[]]