オークション予測 phase10.1 モデル比較
phase10標準構成の総合特徴量と目的変数を固定し、最終モデルだけを変えて比較しました。 現行基準のLightGBMに対して、CatBoost、MLP、FT-Transformer系の深層学習モデルを並べています。
LightGBM標準現行基準。テーブル特徴に強い勾配ブースティング木。
CatBoostカテゴリ特徴を自然に扱いやすい勾配ブースティング木。
MLP全特徴を数値化して多層ニューラルネットで学習。
FT-Transformer系各特徴をトークンとして扱う軽量テーブルTransformer。
画像はCLIP、コメントはローカルGGUF embeddinggemmaで深層モデル由来の特徴に変換済みです。OpenAI API embeddingは過去比較用で、標準経路では使用しません。
ここでは最終統合器としてのモデル差を見ています。血統の祖先貢献度特徴は既存phase10同様にリーク要素を含む可能性があるため、比較上の参考として扱います。
実行デバイス:
cuda、総実行時間: 673.3秒。
モデル別サマリ
| 目的変数 | 種別 | LightGBM標準 | CatBoost | MLP | FT-Transformer系 |
|---|---|---|---|---|---|
| スピード指数75%点 3分割 | 分類 | AUC 0.925 / AP 0.934 | AUC 0.958 / AP 0.958 | AUC 0.855 / AP 0.860 | AUC 0.814 / AP 0.826 |
| 最高レースランク 3分割 | 分類 | AUC 0.719 / AP 0.724 | AUC 0.786 / AP 0.785 | AUC 0.648 / AP 0.650 | AUC 0.649 / AP 0.655 |
| 休養120日以上 0/1 | 分類 | AUC 0.881 / AP 0.934 | AUC 0.912 / AP 0.951 | AUC 0.804 / AP 0.868 | AUC 0.799 / AP 0.866 |
| 損益(含馬代)下位20% | 分類 | AUC 0.691 / AP 0.344 | AUC 0.768 / AP 0.432 | AUC 0.677 / AP 0.322 | AUC 0.674 / AP 0.300 |
| 損益3分割 | 分類 | AUC 0.645 / AP 0.627 | AUC 0.847 / AP 0.830 | AUC 0.665 / AP 0.680 | AUC 0.619 / AP 0.603 |
| 総賞金3分割 | 分類 | AUC 0.899 / AP 0.892 | AUC 0.924 / AP 0.915 | AUC 0.667 / AP 0.657 | AUC 0.674 / AP 0.646 |
| 総収入3分割 | 分類 | AUC 0.892 / AP 0.892 | AUC 0.911 / AP 0.902 | AUC 0.671 / AP 0.638 | AUC 0.646 / AP 0.613 |
| 落札価格3分割 | 分類 | AUC 0.950 / AP 0.949 | AUC 0.941 / AP 0.927 | AUC 0.869 / AP 0.838 | AUC 0.852 / AP 0.814 |
| 総賞金回帰 | 回帰 | Spearman 0.442 / R2 0.226 | Spearman 0.543 / R2 0.352 | Spearman 0.277 / R2 0.004 | Spearman 0.245 / R2 0.035 |
| 総収入回帰 | 回帰 | Spearman 0.493 / R2 0.280 | Spearman 0.596 / R2 0.369 | Spearman 0.264 / R2 0.014 | Spearman 0.232 / R2 0.045 |
| 落札価格回帰 | 回帰 | Spearman 0.685 / R2 0.231 | Spearman 0.643 / R2 0.375 | Spearman 0.605 / R2 0.234 | Spearman 0.525 / R2 0.232 |
目的変数ごとのベスト
| 目的変数 | ベスト | test | LightGBMとの差 | 補足 |
|---|---|---|---|---|
| スピード指数75%点 3分割 | CatBoost | AUC 0.958 / AP 0.958 | 0.033 | CatBoostが優勢 |
| 最高レースランク 3分割 | CatBoost | AUC 0.786 / AP 0.785 | 0.067 | CatBoostが優勢 |
| 休養120日以上 0/1 | CatBoost | AUC 0.912 / AP 0.951 | 0.031 | CatBoostが優勢 |
| 損益(含馬代)下位20% | CatBoost | AUC 0.768 / AP 0.432 | 0.077 | CatBoostが優勢 |
| 損益3分割 | CatBoost | AUC 0.847 / AP 0.830 | 0.202 | CatBoostが優勢 |
| 総賞金3分割 | CatBoost | AUC 0.924 / AP 0.915 | 0.025 | CatBoostが優勢 |
| 総収入3分割 | CatBoost | AUC 0.911 / AP 0.902 | 0.019 | CatBoostが優勢 |
| 落札価格3分割 | LightGBM標準 | AUC 0.950 / AP 0.949 | 0.000 | LightGBM標準が優勢 |
| 総賞金回帰 | CatBoost | Spearman 0.543 / R2 0.352 | 0.101 | CatBoostが優勢 |
| 総収入回帰 | CatBoost | Spearman 0.596 / R2 0.369 | 0.103 | CatBoostが優勢 |
| 落札価格回帰 | LightGBM標準 | Spearman 0.685 / R2 0.231 | 0.000 | LightGBM標準が優勢 |
詳細指標
| 区分 | 目的変数 | モデル | valid | test | LightGBMとの差 | 特徴量数 | カテゴリ数 | train | valid件数 | test件数 | 秒 | 実行 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ポテンシャル | スピード指数75%点 3分割 | LightGBM標準 | AUC 0.918 | AUC 0.925 / AP 0.934 | 0.000 | 3,997 | 342 | 4,112 | 1,360 | 1,374 | 19.1 | cpu |
| ポテンシャル | スピード指数75%点 3分割 | CatBoost | AUC 0.952 | AUC 0.958 / AP 0.958 | 0.033 | 3,998 | 342 | 4,112 | 1,360 | 1,374 | 21.0 | cpu |
| ポテンシャル | スピード指数75%点 3分割 | MLP | AUC 0.820 | AUC 0.855 / AP 0.860 | -0.070 | 3,998 | 342 | 4,112 | 1,360 | 1,374 | 7.4 | cuda |
| ポテンシャル | スピード指数75%点 3分割 | FT-Transformer系 | AUC 0.805 | AUC 0.814 / AP 0.826 | -0.111 | 3,998 | 342 | 4,112 | 1,360 | 1,374 | 15.3 | cuda |
| ポテンシャル | 最高レースランク 3分割 | LightGBM標準 | AUC 0.709 | AUC 0.719 / AP 0.724 | 0.000 | 3,997 | 342 | 6,219 | 2,084 | 2,079 | 28.0 | cpu |
| ポテンシャル | 最高レースランク 3分割 | CatBoost | AUC 0.795 | AUC 0.786 / AP 0.785 | 0.067 | 3,998 | 342 | 6,219 | 2,084 | 2,079 | 22.6 | cpu |
| ポテンシャル | 最高レースランク 3分割 | MLP | AUC 0.649 | AUC 0.648 / AP 0.650 | -0.071 | 3,998 | 342 | 6,219 | 2,084 | 2,079 | 2.0 | cuda |
| ポテンシャル | 最高レースランク 3分割 | FT-Transformer系 | AUC 0.650 | AUC 0.649 / AP 0.655 | -0.070 | 3,998 | 342 | 6,219 | 2,084 | 2,079 | 16.3 | cuda |
| リスク | 休養120日以上 0/1 | LightGBM標準 | AUC 0.878 | AUC 0.881 / AP 0.934 | 0.000 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 23.7 | cpu |
| リスク | 休養120日以上 0/1 | CatBoost | AUC 0.909 | AUC 0.912 / AP 0.951 | 0.031 | 3,998 | 342 | 6,282 | 2,094 | 2,094 | 18.6 | cpu |
| リスク | 休養120日以上 0/1 | MLP | AUC 0.795 | AUC 0.804 / AP 0.868 | -0.077 | 3,998 | 342 | 6,282 | 2,094 | 2,094 | 3.4 | cuda |
| リスク | 休養120日以上 0/1 | FT-Transformer系 | AUC 0.792 | AUC 0.799 / AP 0.866 | -0.082 | 3,998 | 342 | 6,282 | 2,094 | 2,094 | 20.5 | cuda |
| リスク | 損益(含馬代)下位20% | LightGBM標準 | AUC 0.723 | AUC 0.691 / AP 0.344 | 0.000 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 28.3 | cpu |
| リスク | 損益(含馬代)下位20% | CatBoost | AUC 0.769 | AUC 0.768 / AP 0.432 | 0.077 | 3,998 | 342 | 6,282 | 2,094 | 2,094 | 22.3 | cpu |
| リスク | 損益(含馬代)下位20% | MLP | AUC 0.708 | AUC 0.677 / AP 0.322 | -0.014 | 3,998 | 342 | 6,282 | 2,094 | 2,094 | 2.4 | cuda |
| リスク | 損益(含馬代)下位20% | FT-Transformer系 | AUC 0.705 | AUC 0.674 / AP 0.300 | -0.016 | 3,998 | 342 | 6,282 | 2,094 | 2,094 | 17.4 | cuda |
| 総合 | 損益3分割 | LightGBM標準 | AUC 0.669 | AUC 0.645 / AP 0.627 | 0.000 | 3,997 | 342 | 4,147 | 1,369 | 1,391 | 21.3 | cpu |
| 総合 | 損益3分割 | CatBoost | AUC 0.844 | AUC 0.847 / AP 0.830 | 0.202 | 3,998 | 342 | 4,147 | 1,369 | 1,391 | 21.3 | cpu |
| 総合 | 損益3分割 | MLP | AUC 0.680 | AUC 0.665 / AP 0.680 | 0.021 | 3,998 | 342 | 4,147 | 1,369 | 1,391 | 3.1 | cuda |
| 総合 | 損益3分割 | FT-Transformer系 | AUC 0.626 | AUC 0.619 / AP 0.603 | -0.025 | 3,998 | 342 | 4,147 | 1,369 | 1,391 | 13.5 | cuda |
| ポテンシャル | 総賞金3分割 | LightGBM標準 | AUC 0.909 | AUC 0.899 / AP 0.892 | 0.000 | 4,004 | 342 | 4,088 | 1,339 | 1,391 | 22.1 | cpu |
| ポテンシャル | 総賞金3分割 | CatBoost | AUC 0.922 | AUC 0.924 / AP 0.915 | 0.025 | 3,997 | 342 | 4,146 | 1,393 | 1,395 | 21.0 | cpu |
| ポテンシャル | 総賞金3分割 | MLP | AUC 0.674 | AUC 0.667 / AP 0.657 | -0.231 | 3,997 | 342 | 4,146 | 1,393 | 1,395 | 2.0 | cuda |
| ポテンシャル | 総賞金3分割 | FT-Transformer系 | AUC 0.665 | AUC 0.674 / AP 0.646 | -0.225 | 3,997 | 342 | 4,146 | 1,393 | 1,395 | 12.9 | cuda |
| ポテンシャル | 総収入3分割 | LightGBM標準 | AUC 0.889 | AUC 0.892 / AP 0.892 | 0.000 | 4,004 | 342 | 4,088 | 1,375 | 1,390 | 21.9 | cpu |
| ポテンシャル | 総収入3分割 | CatBoost | AUC 0.916 | AUC 0.911 / AP 0.902 | 0.019 | 3,997 | 342 | 4,146 | 1,377 | 1,404 | 21.5 | cpu |
| ポテンシャル | 総収入3分割 | MLP | AUC 0.650 | AUC 0.671 / AP 0.638 | -0.221 | 3,997 | 342 | 4,146 | 1,377 | 1,404 | 2.7 | cuda |
| ポテンシャル | 総収入3分割 | FT-Transformer系 | AUC 0.622 | AUC 0.646 / AP 0.613 | -0.246 | 3,997 | 342 | 4,146 | 1,377 | 1,404 | 16.2 | cuda |
| 参考 | 落札価格3分割 | LightGBM標準 | AUC 0.949 | AUC 0.950 / AP 0.949 | 0.000 | 4,004 | 342 | 4,141 | 1,386 | 1,362 | 20.5 | cpu |
| 参考 | 落札価格3分割 | CatBoost | AUC 0.950 | AUC 0.941 / AP 0.927 | -0.009 | 3,997 | 342 | 4,177 | 1,377 | 1,397 | 21.2 | cpu |
| 参考 | 落札価格3分割 | MLP | AUC 0.896 | AUC 0.869 / AP 0.838 | -0.081 | 3,997 | 342 | 4,177 | 1,377 | 1,397 | 1.8 | cuda |
| 参考 | 落札価格3分割 | FT-Transformer系 | AUC 0.872 | AUC 0.852 / AP 0.814 | -0.098 | 3,997 | 342 | 4,177 | 1,377 | 1,397 | 11.6 | cuda |
| ポテンシャル | 総賞金回帰 | LightGBM標準 | Spearman 0.483 | Spearman 0.442 / R2 0.226 | 0.000 | 4,004 | 342 | 6,193 | 2,064 | 2,063 | 39.9 | cpu |
| ポテンシャル | 総賞金回帰 | CatBoost | Spearman 0.513 | Spearman 0.543 / R2 0.352 | 0.101 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 22.2 | cpu |
| ポテンシャル | 総賞金回帰 | MLP | Spearman 0.245 | Spearman 0.277 / R2 0.004 | -0.165 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 4.9 | cuda |
| ポテンシャル | 総賞金回帰 | FT-Transformer系 | Spearman 0.189 | Spearman 0.245 / R2 0.035 | -0.197 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 17.3 | cuda |
| ポテンシャル | 総収入回帰 | LightGBM標準 | Spearman 0.513 | Spearman 0.493 / R2 0.280 | 0.000 | 4,004 | 342 | 6,193 | 2,064 | 2,063 | 37.0 | cpu |
| ポテンシャル | 総収入回帰 | CatBoost | Spearman 0.584 | Spearman 0.596 / R2 0.369 | 0.103 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 21.6 | cpu |
| ポテンシャル | 総収入回帰 | MLP | Spearman 0.231 | Spearman 0.264 / R2 0.014 | -0.229 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 5.2 | cuda |
| ポテンシャル | 総収入回帰 | FT-Transformer系 | Spearman 0.167 | Spearman 0.232 / R2 0.045 | -0.261 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 17.3 | cuda |
| 参考 | 落札価格回帰 | LightGBM標準 | Spearman 0.677 | Spearman 0.685 / R2 0.231 | 0.000 | 4,004 | 342 | 6,193 | 2,064 | 2,063 | 39.3 | cpu |
| 参考 | 落札価格回帰 | CatBoost | Spearman 0.654 | Spearman 0.643 / R2 0.375 | -0.042 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 22.0 | cpu |
| 参考 | 落札価格回帰 | MLP | Spearman 0.628 | Spearman 0.605 / R2 0.234 | -0.080 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 8.2 | cuda |
| 参考 | 落札価格回帰 | FT-Transformer系 | Spearman 0.550 | Spearman 0.525 / R2 0.232 | -0.160 | 3,997 | 342 | 6,282 | 2,094 | 2,094 | 32.7 | cuda |
CatBoost重要特徴量 TOP20
Deep系は直接のgain重要度を持たないため、ここではCatBoostの特徴重要度のみを参考表示します。
スピード指数75%点 3分割
| feature_label | feature | importance |
|---|---|---|
| prize_yen | prize_yen | 27.0858 |
| オークション前 速度指数(場距離)平均 | pre_auction_mean_speed_index_course | 5.9372 |
| pre_auction_dominant_rank_label | pre_auction_dominant_rank_label | 3.4981 |
| 直近3走 ランク | recent_race_3_rank_label | 2.2293 |
| 母父父父父 祖先貢献度 勝率 | phase10_pedigree_node_s1_16_contrib_win_rate_adj | 2.1081 |
| 直近5走 速度指数(場距離) | recent_race_5_speed_index_course | 1.9579 |
| 生年月日からオークションまでの日数 | days_from_birth_to_sale | 1.8785 |
| 直近2走 ランク | recent_race_2_rank_label | 1.8678 |
| 直近8走 ランク | recent_race_8_rank_label | 1.5200 |
| 直近2走 速度指数(場距離) | recent_race_2_speed_index_course | 1.3324 |
| 直近9走 速度指数(場距離) | recent_race_9_speed_index_course | 1.2994 |
| 血統: pedigree_section1_name_01 | blood_pedigree_section1_name_01 | 1.2651 |
| 母父父父父 祖先貢献度 ダ勝率 | phase10_pedigree_node_s1_16_contrib_dirt_win_rate_adj | 1.2503 |
| 母父父父父 役割:祖先名 | phase10_pedigree_node_s1_16_name_weight_token | 0.9987 |
| 直近3走 速度指数(場距離) | recent_race_3_speed_index_course | 0.9786 |
| 直近4走 速度指数(場距離) | recent_race_4_speed_index_course | 0.9548 |
| 父母母父父 祖先貢献度 勝率 | phase10_pedigree_node_s0_28_contrib_win_rate_adj | 0.9433 |
| 直近1走 ランク | recent_race_1_rank_label | 0.7981 |
| 直近10走 速度指数(場距離) | recent_race_10_speed_index_course | 0.7777 |
| purchase_age_value | purchase_age_value | 0.7078 |
最高レースランク 3分割
| feature_label | feature | importance |
|---|---|---|
| prize_yen | prize_yen | 28.9569 |
| 直近1走 ランク | recent_race_1_rank_label | 2.7559 |
| pre_auction_dominant_rank_label | pre_auction_dominant_rank_label | 2.2735 |
| 直近2走 ランク | recent_race_2_rank_label | 2.2687 |
| 直近3走 ランク | recent_race_3_rank_label | 1.4863 |
| 生年月日からオークションまでの日数 | days_from_birth_to_sale | 1.2747 |
| 直近4走 ランク | recent_race_4_rank_label | 1.0951 |
| 直近8走 ランク | recent_race_8_rank_label | 1.0079 |
| transfer_restriction | transfer_restriction | 0.9852 |
| オークション前 速度指数(場距離)平均 | pre_auction_mean_speed_index_course | 0.7959 |
| 直近5走 ランク | recent_race_5_rank_label | 0.7214 |
| pre_auction_top3_rate | pre_auction_top3_rate | 0.6737 |
| 直近10走 ランク | recent_race_10_rank_label | 0.6396 |
| phase10_image_diff_product_0093 | phase10_image_diff_product_0093 | 0.5860 |
| 直近9走 ランク | recent_race_9_rank_label | 0.5485 |
| phase10_image_diff_product_0275 | phase10_image_diff_product_0275 | 0.4808 |
| pre_auction_second_count | pre_auction_second_count | 0.4808 |
| 母父母父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s1_20_contrib_prize_per_desc_log | 0.4575 |
| phase10_image_diff_product_1152 | phase10_image_diff_product_1152 | 0.4439 |
| phase10_image_diff_product_1701 | phase10_image_diff_product_1701 | 0.4431 |
休養120日以上 0/1
| feature_label | feature | importance |
|---|---|---|
| pre_auction_race_interval_days_max | pre_auction_race_interval_days_max | 75.7029 |
| prize_yen | prize_yen | 3.2703 |
| purchase_age_value | purchase_age_value | 2.1002 |
| 直近1走 オークション何日前 | recent_race_1_days_before_sale | 1.9135 |
| 生年月日からオークションまでの日数 | days_from_birth_to_sale | 1.6568 |
| 母 祖先名 | phase10_pedigree_node_s1_01_name | 0.4287 |
| オークション前 速度指数(場距離)平均 | pre_auction_mean_speed_index_course | 0.4078 |
| 直近6走 ランク | recent_race_6_rank_label | 0.3679 |
| 直近2走 オークション何日前 | recent_race_2_days_before_sale | 0.3522 |
| pre_auction_dominant_rank_label | pre_auction_dominant_rank_label | 0.3396 |
| オークション前 持続指数平均 | pre_auction_mean_sustain_index | 0.3088 |
| 直近8走 ランク | recent_race_8_rank_label | 0.2695 |
| pre_auction_race_interval_days_stdev | pre_auction_race_interval_days_stdev | 0.2589 |
| 直近5走 ランク | recent_race_5_rank_label | 0.2584 |
| 直近6走 馬体重 | recent_race_6_body_weight | 0.2460 |
| 直近10走 ランク | recent_race_10_rank_label | 0.2351 |
| 性別 | phase10_pedigree_sex | 0.2274 |
| 直近9走 馬体重 | recent_race_9_body_weight | 0.2233 |
| 直近2走 馬体重 | recent_race_2_body_weight | 0.2231 |
| transfer_restriction | transfer_restriction | 0.2035 |
損益(含馬代)下位20%
| feature_label | feature | importance |
|---|---|---|
| prize_yen | prize_yen | 7.3519 |
| transfer_restriction | transfer_restriction | 5.7861 |
| オークション前 持続指数平均 | pre_auction_mean_sustain_index | 2.9167 |
| 直近4走 ランク | recent_race_4_rank_label | 2.2297 |
| pre_auction_top3_rate | pre_auction_top3_rate | 1.7705 |
| 直近2走 競馬場 | recent_race_2_racecourse | 1.7166 |
| pre_auction_mean_field_size | pre_auction_mean_field_size | 1.5735 |
| pre_auction_mean_popularity | pre_auction_mean_popularity | 1.5276 |
| オークション前 馬体重平均 | pre_auction_mean_body_weight | 1.4415 |
| 現役/引退 | horse_status_label | 1.4253 |
| pre_auction_mean_position_gain | pre_auction_mean_position_gain | 1.4224 |
| 直近1走 競馬場 | recent_race_1_racecourse | 1.2327 |
| 直近2走 馬体重 | recent_race_2_body_weight | 1.1458 |
| 直近5走 ランク | recent_race_5_rank_label | 1.0098 |
| 日額預託料 | daily_boarding_fee_yen | 0.9542 |
| pre_auction_top_racecourse_name | pre_auction_top_racecourse_name | 0.9273 |
| pre_auction_central_rank_count | pre_auction_central_rank_count | 0.8935 |
| pre_auction_dominant_racecourse | pre_auction_dominant_racecourse | 0.8294 |
| pre_auction_local_course_count | pre_auction_local_course_count | 0.8275 |
| 直近1走 馬体重 | recent_race_1_body_weight | 0.8237 |
損益3分割
| feature_label | feature | importance |
|---|---|---|
| prize_yen | prize_yen | 40.2161 |
| transfer_restriction | transfer_restriction | 2.8531 |
| 現役/引退 | horse_status_label | 1.3499 |
| 直近1走 ランク | recent_race_1_rank_label | 0.9240 |
| オークション前 持続指数平均 | pre_auction_mean_sustain_index | 0.8877 |
| item_id | item_id | 0.8703 |
| 直近2走 ランク | recent_race_2_rank_label | 0.7198 |
| pre_auction_mean_field_size | pre_auction_mean_field_size | 0.7102 |
| コメントembedding PCA 第00成分 | phase10_comment_pca_pca_00 | 0.6726 |
| 日額預託料 | daily_boarding_fee_yen | 0.6696 |
| 直近3走 オークション何日前 | recent_race_3_days_before_sale | 0.5801 |
| pre_auction_top3_rate | pre_auction_top3_rate | 0.4857 |
| 直近3走 着順 | recent_race_3_finish_position | 0.4145 |
| オークション前 平均着順 | pre_auction_mean_finish_position | 0.4088 |
| コメントembedding PCA 第28成分 | phase10_comment_pca_pca_28 | 0.3850 |
| purchase_date | purchase_date | 0.3406 |
| 直近2走 着順 | recent_race_2_finish_position | 0.3130 |
| pre_auction_dominant_racecourse | pre_auction_dominant_racecourse | 0.3120 |
| 祖先貢献度 ダ勝率 血量加重合計 | phase10_pedigree_ancestor_contrib_weighted_dirt_win_rate_adj_sum | 0.3096 |
| phase10_image_diff_product_0672 | phase10_image_diff_product_0672 | 0.3058 |
総賞金3分割
| feature_label | feature | importance |
|---|---|---|
| 父母母父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_28_contrib_dirt_prize_per_desc_log | 6.3100 |
| 現役/引退 | horse_status_label | 6.1585 |
| 母父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_16_contrib_dirt_prize_per_desc_log | 5.3175 |
| 父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_08_contrib_prize_per_desc_log | 3.8144 |
| 血統: pedigree_section1_name_16 | blood_pedigree_section1_name_16 | 3.6068 |
| 父父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_16_contrib_dirt_prize_per_desc_log | 2.7899 |
| 母父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_08_contrib_dirt_prize_per_desc_log | 2.2143 |
| 母父父母 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_09_contrib_dirt_prize_per_desc_log | 2.0462 |
| 父父父母父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_18_contrib_dirt_prize_per_desc_log | 1.9592 |
| 母父父父 祖先名 | phase10_pedigree_node_s1_08_name | 1.9023 |
| 父父父父母 祖先貢献度 子孫頭数(自己除外) | phase10_pedigree_node_s0_17_contrib_descendant_count_adj | 1.8839 |
| 父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_04_contrib_dirt_prize_per_desc_log | 1.6609 |
| sale_year | sale_year | 1.5532 |
| 母父父母母 祖先貢献度 子孫頭数(自己除外) | phase10_pedigree_node_s1_19_contrib_descendant_count_adj | 1.4474 |
| 父父父父母 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_17_contrib_dirt_prize_per_desc_log | 1.3231 |
| 母父父父父 役割:祖先名 | phase10_pedigree_node_s1_16_name_weight_token | 1.2934 |
| 父母父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_24_contrib_prize_per_desc_log | 1.2912 |
| 父母母父父 祖先貢献度 子孫頭数(自己除外) | phase10_pedigree_node_s0_28_contrib_descendant_count_adj | 1.1840 |
| 母父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_04_contrib_dirt_prize_per_desc_log | 1.1547 |
| 父父父母母 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_19_contrib_prize_per_desc_log | 1.1365 |
総収入3分割
| feature_label | feature | importance |
|---|---|---|
| 現役/引退 | horse_status_label | 7.9142 |
| 父父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_16_contrib_dirt_prize_per_desc_log | 4.6678 |
| sale_year | sale_year | 4.3824 |
| 母父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_16_contrib_dirt_prize_per_desc_log | 4.1951 |
| 父母母父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_28_contrib_dirt_prize_per_desc_log | 3.4516 |
| 父父父母 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_09_contrib_dirt_prize_per_desc_log | 2.1834 |
| 父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_08_contrib_prize_per_desc_log | 2.1814 |
| 父父父父父 祖先貢献度 勝率 | phase10_pedigree_node_s0_16_contrib_win_rate_adj | 2.1046 |
| 父父父父母 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_17_contrib_dirt_prize_per_desc_log | 2.0083 |
| 母父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s1_16_contrib_prize_per_desc_log | 1.9414 |
| 母父父父父 祖先貢献度 勝率 | phase10_pedigree_node_s1_16_contrib_win_rate_adj | 1.7614 |
| pre_auction_top_year_name | pre_auction_top_year_name | 1.6166 |
| 父母母父父 祖先貢献度 勝率 | phase10_pedigree_node_s0_28_contrib_win_rate_adj | 1.4338 |
| item_id | item_id | 1.4319 |
| 母父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s1_16_contrib_turf_minus_dirt_prize_log | 1.4271 |
| 母父父父父 役割:祖先名 | phase10_pedigree_node_s1_16_name_weight_token | 1.3653 |
| 父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s0_08_contrib_turf_minus_dirt_prize_log | 1.3651 |
| 父父父父父 祖先貢献度 ダ勝率 | phase10_pedigree_node_s0_16_contrib_dirt_win_rate_adj | 1.3563 |
| 父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_08_contrib_dirt_prize_per_desc_log | 1.2802 |
| 父父父母父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_18_contrib_dirt_prize_per_desc_log | 1.1968 |
落札価格3分割
| feature_label | feature | importance |
|---|---|---|
| オークション前 持続指数平均 | pre_auction_mean_sustain_index | 7.4847 |
| オークション前 平均着順 | pre_auction_mean_finish_position | 4.9808 |
| コメントembedding PCA 第02成分 | phase10_comment_pca_pca_02 | 3.7530 |
| 日額預託料 | daily_boarding_fee_yen | 3.4737 |
| transfer_restriction | transfer_restriction | 3.4369 |
| 直近1走 ランク | recent_race_1_rank_label | 2.7781 |
| 直近3走 ランク | recent_race_3_rank_label | 2.6713 |
| 直近1走 競馬場 | recent_race_1_racecourse | 2.5823 |
| 直近1走 オークション何日前 | recent_race_1_days_before_sale | 2.4984 |
| 直近4走 ランク | recent_race_4_rank_label | 2.4365 |
| 直近2走 ランク | recent_race_2_rank_label | 2.0836 |
| 生年月日からオークションまでの日数 | days_from_birth_to_sale | 1.6647 |
| 直近1走 速度指数(場距離) | recent_race_1_speed_index_course | 1.6325 |
| pre_auction_mean_position_gain | pre_auction_mean_position_gain | 1.5129 |
| 現役/引退 | horse_status_label | 1.5058 |
| 直近3走 馬体重 | recent_race_3_body_weight | 1.4404 |
| 直近1走 馬体重 | recent_race_1_body_weight | 1.4082 |
| pre_auction_top3_rate | pre_auction_top3_rate | 1.4008 |
| pre_auction_central_rank_count | pre_auction_central_rank_count | 1.4008 |
| 性別 | phase10_pedigree_sex | 1.3652 |
総賞金回帰
| feature_label | feature | importance |
|---|---|---|
| 現役/引退 | horse_status_label | 14.3679 |
| sale_year | sale_year | 4.5194 |
| 母父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s1_16_contrib_turf_minus_dirt_prize_log | 3.0924 |
| 母父父父父 祖先名 | phase10_pedigree_node_s1_16_name | 2.6504 |
| purchase_age_value | purchase_age_value | 2.6072 |
| 父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s0_08_contrib_turf_minus_dirt_prize_log | 2.5206 |
| 父父父父 祖先貢献度 芝-ダ勝率 | phase10_pedigree_node_s0_08_contrib_turf_minus_dirt_win_rate | 2.2169 |
| pre_auction_top_year_name | pre_auction_top_year_name | 2.1367 |
| 父父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_16_contrib_prize_per_desc_log | 2.0808 |
| 父父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s0_16_contrib_turf_minus_dirt_prize_log | 1.8734 |
| 母父父父父 祖先貢献度 勝率 | phase10_pedigree_node_s1_16_contrib_win_rate_adj | 1.3203 |
| 父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_08_contrib_prize_per_desc_log | 1.3047 |
| 血統: pedigree_section1_name_16 | blood_pedigree_section1_name_16 | 1.2301 |
| 父父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_16_contrib_dirt_prize_per_desc_log | 1.1766 |
| 生年月日からオークションまでの日数 | days_from_birth_to_sale | 1.0848 |
| purchase_date | purchase_date | 1.0652 |
| 父母母父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_28_contrib_prize_per_desc_log | 1.0574 |
| 父父父父 役割:祖先名 | phase10_pedigree_node_s0_08_name_weight_token | 1.0218 |
| 父母母父父 祖先貢献度 子孫頭数(自己除外) | phase10_pedigree_node_s0_28_contrib_descendant_count_adj | 0.9650 |
| 父父父父父 祖先貢献度 勝率 | phase10_pedigree_node_s0_16_contrib_win_rate_adj | 0.8790 |
総収入回帰
| feature_label | feature | importance |
|---|---|---|
| 現役/引退 | horse_status_label | 19.4948 |
| sale_year | sale_year | 8.9701 |
| 母父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s1_16_contrib_turf_minus_dirt_prize_log | 2.7266 |
| pre_auction_top_year_name | pre_auction_top_year_name | 2.5870 |
| purchase_age_value | purchase_age_value | 2.4799 |
| 父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_08_contrib_prize_per_desc_log | 2.4386 |
| 父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s0_08_contrib_turf_minus_dirt_prize_log | 2.1196 |
| 父母母父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s0_28_contrib_dirt_prize_per_desc_log | 1.9013 |
| 生年月日からオークションまでの日数 | days_from_birth_to_sale | 1.8864 |
| 母父父父父 祖先名 | phase10_pedigree_node_s1_16_name | 1.7768 |
| 父父父父父 祖先貢献度 芝-ダ賞金log | phase10_pedigree_node_s0_16_contrib_turf_minus_dirt_prize_log | 1.1813 |
| 母父父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_16_contrib_dirt_prize_per_desc_log | 1.1406 |
| 父父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_16_contrib_prize_per_desc_log | 1.1232 |
| 母父父父父 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s1_16_contrib_prize_per_desc_log | 1.1168 |
| 父父父母母 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_19_contrib_prize_per_desc_log | 1.0254 |
| 父母母父父 祖先貢献度 子孫頭数(自己除外) | phase10_pedigree_node_s0_28_contrib_descendant_count_adj | 1.0126 |
| 父父父母 祖先貢献度 1頭あたり総賞金log | phase10_pedigree_node_s0_09_contrib_prize_per_desc_log | 0.8986 |
| item_id | item_id | 0.8955 |
| 母父父父 祖先貢献度 1頭あたりダ賞金log | phase10_pedigree_node_s1_08_contrib_dirt_prize_per_desc_log | 0.8452 |
| 父父父母 祖先貢献度 1頭あたり芝賞金log | phase10_pedigree_node_s0_09_contrib_turf_prize_per_desc_log | 0.8255 |
落札価格回帰
| feature_label | feature | importance |
|---|---|---|
| 直近1走 ランク | recent_race_1_rank_label | 8.7642 |
| phase10_image_diff_product_0307 | phase10_image_diff_product_0307 | 4.2150 |
| 現役/引退 | horse_status_label | 4.0782 |
| phase10_image_diff_product_0483 | phase10_image_diff_product_0483 | 3.9496 |
| pre_auction_dominant_rank_label | pre_auction_dominant_rank_label | 3.7982 |
| オークション前 持続指数平均 | pre_auction_mean_sustain_index | 3.7731 |
| 直近3走 ランク | recent_race_3_rank_label | 2.8819 |
| 直近4走 ランク | recent_race_4_rank_label | 2.6134 |
| transfer_restriction | transfer_restriction | 2.1349 |
| phase10_image_diff_product_1922 | phase10_image_diff_product_1922 | 1.6898 |
| phase10_image_diff_product_1319 | phase10_image_diff_product_1319 | 1.5233 |
| オークション前 平均着順 | pre_auction_mean_finish_position | 1.4977 |
| pre_auction_top_racecourse_name | pre_auction_top_racecourse_name | 1.4391 |
| 日額預託料 | daily_boarding_fee_yen | 1.2825 |
| 直近2走 ランク | recent_race_2_rank_label | 1.2539 |
| phase10_image_diff_product_1193 | phase10_image_diff_product_1193 | 1.2149 |
| phase10_image_diff_product_0470 | phase10_image_diff_product_0470 | 1.2013 |
| pre_auction_mean_field_size | pre_auction_mean_field_size | 1.1816 |
| 直近10走 速度指数(場距離) | recent_race_10_speed_index_course | 1.1642 |
| phase10_image_diff_product_0896 | phase10_image_diff_product_0896 | 1.0947 |