{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Gluon Train","description":"AutoGluonを使用した自動機械学習で、予測モデルの構築、データ処理、特徴エンジニアリング、モデル選択を効率的に行うためのノートブックソリューション。","siteUrl":"https://docs.treasure.ai","lang":"en-US","jsonLd":{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.treasure.ai/","name":"Treasure AI","url":"https://www.treasure.ai/","logo":"https://www.treasure.ai/hubfs/assets/images/logos/primary-logo.svg"},{"@type":"WebSite","@id":"https://docs.treasure.ai/#website","name":"Treasure AI Documentation","url":"https://docs.treasure.ai/","inLanguage":["en","ja"],"publisher":{"@id":"https://www.treasure.ai/"}}]},"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"gluon-train","__idx":0},"children":["Gluon Train"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このノートブックは、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://auto.gluon.ai/stable/index.html"},"children":["AutoGluon"]},"を使用して予測モデルを構築し、データ処理、特徴エンジニアリング、モデル選択、アンサンブル、ハイパーパラメータチューニングを自動化します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["AutoGluonは、スタックアンサンブルを使用して複数のMLモデルを組み合わせます。サポートされているモデルには以下が含まれます:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ニューラルネットワーク (MXNet、FastAI)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["勾配ブースティングモデル (LightGBM、CatBoost、XGBoost)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ランダムフォレスト"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["エクストリームランダマイズドツリー"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["k近傍法"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ワークフロー例","__idx":1},"children":["ワークフロー例"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["サンプルワークフローは",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/treasure-data/treasure-boxes/blob/automl/machine-learning-box/automl/ml_experiment.dig"},"children":["Treasure Boxes"]},"にあります。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"+gluon_train:\n  ml_train>:\n    notebook: gluon_train\n    model_name: gluon_model\n    input_table: ml_dataset.bank_marketing\n    target_column: loan\n    time_limit: 3 * 60 # soft time limit in seconds\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"パラメータ","__idx":2},"children":["パラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"パラメータ名"},"children":["パラメータ名"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"コンソール名"},"children":["コンソール名"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"説明"},"children":["説明"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"デフォルト"},"children":["デフォルト"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["docker.task_mem"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Docker Task Mem"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["タスクメモリサイズ。利用可能: 64g、128g（デフォルト）、256g、384g、512g（ティアに依存）。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["128g"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["input_table"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Input Table"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EDAに使用されるTDテーブル（dbname.table_name形式）。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["-"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["target_column"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Target Column"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ラベルとして使用される列名。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["-"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["model_name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Model Name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["予測モデル名。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["-"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["problem_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Problem Type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["binary、multiclass、regression、quantileのいずれか。指定されていない場合は推論されます。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["None"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["oversampling_threshold"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Oversampling Threshold"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SMOTE オーバーサンプリングを実行するための少数クラスの閾値率（バイナリのみ）。0で無効化。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["0.001"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["proba_calibration"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Proba Calibration"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["オーバーサンプリング後に確率キャリブレーションを実行します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["True"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["eval_metric"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Eval Metric"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定されていない場合は自動的に選択されます。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["None"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ignore_columns"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Ignore Columns"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["無視する列。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["time"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["time_limit"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Time Limit"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["秒単位のソフト学習制限時間（最大24時間）。AutoGluonへのヒント。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["60 * 60"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["sampling_threshold"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sampling Threshold"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["サンプリングに使用される閾値。実行されたノートブックを参照してください。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["10_000_000"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["export_leaderboard"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Export Leaderboard"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定された場合、リーダーボードをTDテーブルとしてエクスポートします。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["None"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["export_feature_importance"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Export Feature Importance"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定された場合、特徴量重要度をTDテーブルとしてエクスポートします。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["None"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["exclude_models"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Exclude Model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["無視するモデル。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["KNN"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["hide_table_contents"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Hide Table Contents"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テーブルの内容表示を抑制します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["False"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["share_model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Share Model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["アカウント内で学習済みモデルを共有します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["False"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["refit_full"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Refit Full"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["全データでモデルを再学習します。選択肢: best、false、default。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["default"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["使用可能なeval_metric値:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Binary & Multiclass: accuracy、balanced_accuracy、f1、f1_macro、f1_micro、f1_weighted、average_precision、precision、precision_macro、precision_micro、precision_weighted、recall、recall_macro、recall_micro、recall_weighted、log_loss（マルチクラスのデフォルト）、pac_score"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Binary のみ: roc_auc（バイナリのデフォルト）、roc_auc_ovo_macro"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Regression: root_mean_squared_error（デフォルト）、mean_squared_error、mean_absolute_error、median_absolute_error、r2"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Quantile Regression: pinball_loss（デフォルト）"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["詳細については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://auto.gluon.ai/0.3.1/api/autogluon.predictor.md?highlight=eval_metric#module-0"},"children":["AutoGluonドキュメント"]},"を参照してください。"]}]},"headings":[{"value":"Gluon Train","id":"gluon-train","depth":1},{"value":"ワークフロー例","id":"ワークフロー例","depth":2},{"value":"パラメータ","id":"パラメータ","depth":2}],"frontmatter":{"seo":{"title":"Gluon Train","description":"AutoGluonを使用した自動機械学習で、予測モデルの構築、データ処理、特徴エンジニアリング、モデル選択を効率的に行うためのノートブックソリューション。"}},"lastModified":"2026-06-17T07:22:53.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/customer-data-platform/machine-learning/automl/notebook-solutions/gluon-train","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}