ModelParameters クラス
特定のモデルに固有のパラメーター名を定義します。
たとえば、データセット内のどの特徴がカテゴリ別であるかを示すために、LightGBM モデルは 'categorical_feature' パラメーターを受け取り、CatBoost モデルは 'cat_features' パラメーターを受け入れます。
コンストラクター
ModelParameters()
属性
CATEGORICAL_FEATURES
CATEGORICAL_FEATURES = {'CatBoostClassifier': 'cat_features', 'CatBoostRegressor': 'cat_features', 'LightGBMClassifier': 'categorical_feature', 'LightGBMRegressor': 'categorical_feature', 'TabnetClassifier': 'categorical_features', 'TabnetRegressor': 'categorical_features'}