diff --git "a/progress.json" "b/progress.json" new file mode 100644--- /dev/null +++ "b/progress.json" @@ -0,0 +1,16123 @@ +{ + "fit_level": "finished", + "time_controller": { + "total_time_limit": 345600, + "model_time_limit": null, + "steps": [ + "adjust_validation", + "simple_algorithms", + "default_algorithms", + "not_so_random", + "mix_encoding", + "golden_features", + "kmeans_features", + "insert_random_feature", + "features_selection", + "hill_climbing_1", + "hill_climbing_2", + "boost_on_errors", + "ensemble", + "stack", + "ensemble_stacked" + ], + "algorithms": [ + "Baseline", + "Decision Tree", + "Random Forest", + "Extra Trees", + "LightGBM", + "Xgboost", + "CatBoost", + "Neural Network", + "Nearest Neighbors" + ], + "spend": [ + { + "model_name": "prepare_data", + "model_type": "prepare_data", + "fit_level": "prepare_data", + "train_time": 11.050508499145508 + }, + { + "model_name": "1_DecisionTree", + "model_type": "Decision Tree", + "fit_level": "adjust_validation", + "train_time": 329.99060821533203 + }, + { + "model_name": "1_Baseline", + "model_type": "Baseline", + "fit_level": "simple_algorithms", + "train_time": 26.74830198287964 + }, + { + "model_name": "2_DecisionTree", + "model_type": "Decision Tree", + "fit_level": "simple_algorithms", + "train_time": 3485.5039036273956 + }, + { + "model_name": "3_DecisionTree", + "model_type": "Decision Tree", + "fit_level": "simple_algorithms", + "train_time": 3533.601981163025 + }, + { + "model_name": "4_DecisionTree", + "model_type": "Decision Tree", + "fit_level": "simple_algorithms", + "train_time": 3559.567916870117 + }, + { + "model_name": "5_Default_LightGBM", + "model_type": "LightGBM", + "fit_level": "default_algorithms", + "train_time": 5913.412889957428 + }, + { + "model_name": "6_Default_Xgboost", + "model_type": "Xgboost", + "fit_level": "default_algorithms", + "train_time": 5815.513379096985 + }, + { + "model_name": "7_Default_CatBoost", + "model_type": "CatBoost", + "fit_level": "default_algorithms", + "train_time": 41344.63802099228 + }, + { + "model_name": "8_Default_NeuralNetwork", + "model_type": "Neural Network", + "fit_level": "default_algorithms", + "train_time": 4630.2446875572205 + }, + { + "model_name": "9_Default_RandomForest", + "model_type": "Random Forest", + "fit_level": "default_algorithms", + "train_time": 4792.234393596649 + }, + { + "model_name": "10_Default_ExtraTrees", + "model_type": "Extra Trees", + "fit_level": "default_algorithms", + "train_time": 4735.264364480972 + }, + { + "model_name": "20_LightGBM", + "model_type": "LightGBM", + "fit_level": "not_so_random", + "train_time": 6254.905312299728 + }, + { + "model_name": "11_Xgboost", + "model_type": "Xgboost", + "fit_level": "not_so_random", + "train_time": 5930.939194917679 + }, + { + "model_name": "29_CatBoost", + "model_type": "CatBoost", + "fit_level": "not_so_random", + "train_time": 60121.3953294754 + }, + { + "model_name": "38_RandomForest", + "model_type": "Random Forest", + "fit_level": "not_so_random", + "train_time": 5989.593495130539 + }, + { + "model_name": "47_ExtraTrees", + "model_type": "Extra Trees", + "fit_level": "not_so_random", + "train_time": 5522.947820425034 + }, + { + "model_name": "56_NeuralNetwork", + "model_type": "Neural Network", + "fit_level": "not_so_random", + "train_time": 5747.07789850235 + }, + { + "model_name": "6_Default_Xgboost_categorical_mix", + "model_type": "Xgboost", + "fit_level": "mix_encoding", + "train_time": 7502.5407021045685 + }, + { + "model_name": "20_LightGBM_GoldenFeatures", + "model_type": "LightGBM", + "fit_level": "golden_features", + "train_time": 6666.937654972076 + }, + { + "model_name": "5_Default_LightGBM_GoldenFeatures", + "model_type": "LightGBM", + "fit_level": "golden_features", + "train_time": 7505.392328977585 + }, + { + "model_name": "6_Default_Xgboost_categorical_mix_GoldenFeatures", + "model_type": "Xgboost", + "fit_level": "golden_features", + "train_time": 8338.977102279663 + }, + { + "model_name": "20_LightGBM_KMeansFeatures", + "model_type": "LightGBM", + "fit_level": "kmeans_features", + "train_time": 6877.528210639954 + }, + { + "model_name": "57_CatBoost", + "model_type": "CatBoost", + "fit_level": "hill_climbing_1", + "train_time": 30360.66728591919 + }, + { + "model_name": "58_CatBoost", + "model_type": "CatBoost", + "fit_level": "hill_climbing_1", + "train_time": 47148.07908129692 + }, + { + "model_name": "57_CatBoost_BoostOnErrors", + "model_type": "CatBoost", + "fit_level": "boost_on_errors", + "train_time": 31111.53043603897 + }, + { + "model_name": "Ensemble", + "model_type": "Ensemble", + "fit_level": "ensemble", + "train_time": 2.360865592956543 + }, + { + "model_name": "7_Default_CatBoost_Stacked", + "model_type": "CatBoost", + "fit_level": "stack", + "train_time": 20185.162006139755 + }, + { + "model_name": "20_LightGBM_GoldenFeatures_Stacked", + "model_type": "LightGBM", + "fit_level": "stack", + "train_time": 6404.64298415184 + }, + { + "model_name": "6_Default_Xgboost_categorical_mix_GoldenFeatures_Stacked", + "model_type": "Xgboost", + "fit_level": "stack", + "train_time": 6713.634791851044 + }, + { + "model_name": "Ensemble_Stacked", + "model_type": "Ensemble", + "fit_level": "ensemble_stacked", + "train_time": 2.976555347442627 + } + ], + "is_hill_climbing": true, + "is_stacking": true + }, + "all_params": { + "adjust_validation": [ + { + "additional": { + "trees_in_step": 1, + "train_cant_improve_limit": 0, + "max_steps": 1, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Decision Tree", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_depth": 3, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "1_DecisionTree", + "status": "trained", + "final_loss": 12.831487779864371, + "train_time": 331.53257298469543, + "data_type": "original", + "max_time_for_learner": 34560.0 + } + ], + "simple_algorithms": [ + { + "additional": { + "max_steps": 1, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Baseline", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "1_Baseline", + "status": "trained", + "final_loss": 22.318935381380832, + "train_time": 27.943838119506836, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 1, + "train_cant_improve_limit": 0, + "max_steps": 1, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Decision Tree", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_depth": 3, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "2_DecisionTree", + "status": "trained", + "final_loss": 12.83379766865896, + "train_time": 3494.5460815429688, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 1, + "train_cant_improve_limit": 0, + "max_steps": 1, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Decision Tree", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "criterion": "squared_error", + "max_depth": 4, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "3_DecisionTree", + "status": "trained", + "final_loss": 10.800676293816194, + "train_time": 3542.6057031154633, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 1, + "train_cant_improve_limit": 0, + "max_steps": 1, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Decision Tree", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "criterion": "squared_error", + "max_depth": 4, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "4_DecisionTree", + "status": "trained", + "final_loss": 10.800676293816194, + "train_time": 3568.6222884655, + "data_type": "original", + "max_time_for_learner": 3456.0 + } + ], + "default_algorithms": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "5_Default_LightGBM", + "status": "trained", + "final_loss": 0.6114883729173533, + "train_time": 5923.240778923035, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost", + "status": "trained", + "final_loss": 0.6337209729289456, + "train_time": 5824.879759788513, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "learning_rate": 0.1, + "depth": 6, + "rsm": 1, + "loss_function": "RMSE", + "seed": 7, + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "7_Default_CatBoost", + "status": "trained", + "final_loss": 0.3466054719490989, + "train_time": 41347.01456165314, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "dense_1_size": 32, + "dense_2_size": 16, + "learning_rate": 0.05, + "seed": 8, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "8_Default_NeuralNetwork", + "status": "trained", + "final_loss": 1.507023092544376, + "train_time": 4638.8620092868805, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 4, + "seed": 9, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "9_Default_RandomForest", + "status": "trained", + "final_loss": 9.831448649833627, + "train_time": 4801.5022394657135, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 4, + "seed": 10, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "10_Default_ExtraTrees", + "status": "trained", + "final_loss": 10.432491374345451, + "train_time": 4744.4884152412415, + "data_type": "original", + "max_time_for_learner": 3456.0 + } + ], + "not_so_random": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "20_LightGBM", + "status": "trained", + "final_loss": 0.5885449664707786, + "train_time": 6264.594956874847, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 8, + "min_child_weight": 5, + "subsample": 1.0, + "colsample_bytree": 1.0, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "11_Xgboost", + "status": "trained", + "final_loss": 0.7207793388180099, + "train_time": 5940.065279483795, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "learning_rate": 0.05, + "depth": 8, + "rsm": 0.8, + "loss_function": "RMSE", + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "29_CatBoost", + "status": "trained", + "final_loss": 0.35817482202487816, + "train_time": 60123.81136035919, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 4, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "38_RandomForest", + "status": "trained", + "final_loss": 9.283044769061258, + "train_time": 5999.162387609482, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 4, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "47_ExtraTrees", + "status": "trained", + "final_loss": 11.564207884976689, + "train_time": 5532.583002567291, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "dense_1_size": 32, + "dense_2_size": 4, + "learning_rate": 0.05, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "56_NeuralNetwork", + "status": "trained", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.2, + "feature_fraction": 0.5, + "bagging_fraction": 1.0, + "min_data_in_leaf": 10, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "21_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "objective": "reg:squarederror", + "eta": 0.1, + "max_depth": 8, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "12_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "learning_rate": 0.1, + "depth": 8, + "rsm": 1.0, + "loss_function": "MAE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "30_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "criterion": "squared_error", + "max_features": 0.7, + "min_samples_split": 50, + "max_depth": 3, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "39_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "criterion": "squared_error", + "max_features": 0.7, + "min_samples_split": 50, + "max_depth": 3, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "48_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1236, + "dense_1_size": 64, + "dense_2_size": 16, + "learning_rate": 0.01 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "57_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 1.0, + "min_data_in_leaf": 20, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "22_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "objective": "reg:squarederror", + "eta": 0.1, + "max_depth": 7, + "min_child_weight": 25, + "subsample": 0.9, + "colsample_bytree": 0.6, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "13_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "learning_rate": 0.1, + "depth": 7, + "rsm": 1.0, + "loss_function": "RMSE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "31_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "criterion": "squared_error", + "max_features": 1.0, + "min_samples_split": 40, + "max_depth": 6, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "40_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "criterion": "squared_error", + "max_features": 1.0, + "min_samples_split": 40, + "max_depth": 6, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "49_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1237, + "dense_1_size": 64, + "dense_2_size": 32, + "learning_rate": 0.08 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "58_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1238, + "objective": "regression", + "num_leaves": 95, + "learning_rate": 0.05, + "feature_fraction": 1.0, + "bagging_fraction": 1.0, + "min_data_in_leaf": 10, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "23_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1238, + "objective": "reg:squarederror", + "eta": 0.15, + "max_depth": 8, + "min_child_weight": 50, + "subsample": 0.6, + "colsample_bytree": 0.6, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "14_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1238, + "learning_rate": 0.2, + "depth": 8, + "rsm": 1.0, + "loss_function": "MAE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "32_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1238, + "criterion": "squared_error", + "max_features": 0.6, + "min_samples_split": 50, + "max_depth": 6, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "41_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1238, + "criterion": "squared_error", + "max_features": 0.6, + "min_samples_split": 50, + "max_depth": 6, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "50_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1238, + "dense_1_size": 32, + "dense_2_size": 32, + "learning_rate": 0.05 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "59_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1239, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.2, + "feature_fraction": 0.5, + "bagging_fraction": 1.0, + "min_data_in_leaf": 30, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "24_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1239, + "objective": "reg:squarederror", + "eta": 0.1, + "max_depth": 6, + "min_child_weight": 50, + "subsample": 0.9, + "colsample_bytree": 0.7, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "15_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1239, + "learning_rate": 0.1, + "depth": 6, + "rsm": 0.7, + "loss_function": "MAE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "33_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1239, + "criterion": "squared_error", + "max_features": 0.7, + "min_samples_split": 30, + "max_depth": 7, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "42_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1239, + "criterion": "squared_error", + "max_features": 0.7, + "min_samples_split": 30, + "max_depth": 7, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "51_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1239, + "dense_1_size": 64, + "dense_2_size": 16, + "learning_rate": 0.01 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "60_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1240, + "objective": "regression", + "num_leaves": 127, + "learning_rate": 0.05, + "feature_fraction": 0.5, + "bagging_fraction": 0.5, + "min_data_in_leaf": 20, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "25_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1240, + "objective": "reg:squarederror", + "eta": 0.1, + "max_depth": 4, + "min_child_weight": 25, + "subsample": 0.7, + "colsample_bytree": 0.7, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "16_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1240, + "learning_rate": 0.1, + "depth": 4, + "rsm": 0.7, + "loss_function": "MAPE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "34_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1240, + "criterion": "squared_error", + "max_features": 1.0, + "min_samples_split": 40, + "max_depth": 7, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "43_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1240, + "criterion": "squared_error", + "max_features": 1.0, + "min_samples_split": 40, + "max_depth": 7, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "52_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1240, + "dense_1_size": 64, + "dense_2_size": 4, + "learning_rate": 0.01 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "61_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1241, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 0.8, + "min_data_in_leaf": 30, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "26_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1241, + "objective": "reg:squarederror", + "eta": 0.05, + "max_depth": 8, + "min_child_weight": 5, + "subsample": 0.5, + "colsample_bytree": 0.8, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "17_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1241, + "learning_rate": 0.025, + "depth": 8, + "rsm": 1.0, + "loss_function": "MAE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "35_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1241, + "criterion": "squared_error", + "max_features": 0.7, + "min_samples_split": 50, + "max_depth": 4, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "44_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1241, + "criterion": "squared_error", + "max_features": 0.7, + "min_samples_split": 50, + "max_depth": 4, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "53_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1241, + "dense_1_size": 16, + "dense_2_size": 16, + "learning_rate": 0.01 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "62_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1242, + "objective": "regression", + "num_leaves": 31, + "learning_rate": 0.1, + "feature_fraction": 0.8, + "bagging_fraction": 0.8, + "min_data_in_leaf": 5, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "27_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1242, + "objective": "reg:squarederror", + "eta": 0.1, + "max_depth": 7, + "min_child_weight": 50, + "subsample": 1.0, + "colsample_bytree": 1.0, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "18_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1242, + "learning_rate": 0.1, + "depth": 7, + "rsm": 0.8, + "loss_function": "MAE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "36_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1242, + "criterion": "squared_error", + "max_features": 0.6, + "min_samples_split": 20, + "max_depth": 4, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "45_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1242, + "criterion": "squared_error", + "max_features": 0.6, + "min_samples_split": 20, + "max_depth": 4, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "54_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1242, + "dense_1_size": 64, + "dense_2_size": 8, + "learning_rate": 0.1 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "63_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1243, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 1.0, + "bagging_fraction": 0.5, + "min_data_in_leaf": 30, + "metric": "rmse", + "custom_eval_metric_name": null + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "28_LightGBM", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1243, + "objective": "reg:squarederror", + "eta": 0.05, + "max_depth": 7, + "min_child_weight": 1, + "subsample": 0.9, + "colsample_bytree": 0.9, + "eval_metric": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "19_Xgboost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1243, + "learning_rate": 0.025, + "depth": 7, + "rsm": 0.7, + "loss_function": "RMSE", + "eval_metric": "RMSE" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "37_CatBoost", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1243, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 10, + "max_depth": 7, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "46_RandomForest", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1243, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 10, + "max_depth": 7, + "eval_metric_name": "rmse" + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "55_ExtraTrees", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1243, + "dense_1_size": 16, + "dense_2_size": 32, + "learning_rate": 0.08 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "64_NeuralNetwork", + "status": "skipped", + "final_loss": 1.7698912878113324, + "train_time": 5756.177616119385, + "data_type": "original" + } + ], + "mix_encoding": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost_categorical_mix", + "status": "trained", + "final_loss": 0.6256166277137684, + "train_time": 7511.864065170288, + "data_type": "original_categorical_mix", + "max_time_for_learner": 3456.0 + } + ], + "golden_features": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "20_LightGBM_GoldenFeatures", + "status": "trained", + "final_loss": 0.5218622452689776, + "train_time": 6676.628523111343, + "data_type": "original_golden_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "5_Default_LightGBM_GoldenFeatures", + "status": "trained", + "final_loss": 0.5626099955321513, + "train_time": 7515.122645139694, + "data_type": "original_golden_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost_categorical_mix_GoldenFeatures", + "status": "trained", + "final_loss": 0.5746448691069389, + "train_time": 8348.489611625671, + "data_type": "original_categorical_mix_golden_features", + "max_time_for_learner": 3456.0 + } + ], + "kmeans_features": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "kmeans_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full" + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "20_LightGBM_KMeansFeatures", + "status": "trained", + "final_loss": 0.6117777413567926, + "train_time": 6887.647065162659, + "data_type": "original_kmeans_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "kmeans_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full" + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "5_Default_LightGBM_KMeansFeatures", + "status": "skipped", + "final_loss": 0.6117777413567926, + "train_time": 6887.647065162659, + "data_type": "original_kmeans_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "kmeans_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full" + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost_categorical_mix_KMeansFeatures", + "status": "skipped", + "final_loss": 0.6117777413567926, + "train_time": 6887.647065162659, + "data_type": "original_categorical_mix_kmeans_features", + "max_time_for_learner": 3456.0 + } + ], + "hill_climbing_1": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "learning_rate": 0.1, + "depth": 6, + "rsm": 1, + "loss_function": "MAE", + "seed": 7, + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "57_CatBoost", + "status": "trained", + "final_loss": 0.5099142231159661, + "train_time": 30362.937247037888, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "learning_rate": 0.05, + "depth": 8, + "rsm": 0.8, + "loss_function": "MAE", + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "58_CatBoost", + "status": "trained", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.1, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "59_LightGBM_GoldenFeatures", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_golden_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.1, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "60_LightGBM_GoldenFeatures", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_golden_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 5, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "61_Xgboost_GoldenFeatures", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_categorical_mix_golden_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 7, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "62_Xgboost_GoldenFeatures", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_categorical_mix_golden_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.1, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "63_LightGBM", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.1, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "64_LightGBM", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "kmeans_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full" + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.1, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "65_LightGBM", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_kmeans_features", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 5, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "66_Xgboost", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_categorical_mix", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 7, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "67_Xgboost", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original_categorical_mix", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 5, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "68_Xgboost", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 7, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "69_Xgboost", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 7, + "min_child_weight": 5, + "subsample": 1.0, + "colsample_bytree": 1.0, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "70_Xgboost", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 9, + "min_child_weight": 5, + "subsample": 1.0, + "colsample_bytree": 1.0, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "71_Xgboost", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "dense_1_size": 32, + "dense_2_size": 16, + "learning_rate": 0.01, + "seed": 8, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "72_NeuralNetwork", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "dense_1_size": 32, + "dense_2_size": 16, + "learning_rate": 0.08, + "seed": 8, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "73_NeuralNetwork", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "dense_1_size": 32, + "dense_2_size": 4, + "learning_rate": 0.01, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "74_NeuralNetwork", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "dense_1_size": 32, + "dense_2_size": 4, + "learning_rate": 0.08, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "75_NeuralNetwork", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 3, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "76_RandomForest", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 5, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "77_RandomForest", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 3, + "seed": 9, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "78_RandomForest", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 5, + "seed": 9, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "79_RandomForest", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 3, + "seed": 10, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "80_ExtraTrees", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 5, + "seed": 10, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "81_ExtraTrees", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 3, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "82_ExtraTrees", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 5, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "83_ExtraTrees", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + }, + { + "additional": { + "trees_in_step": 1, + "train_cant_improve_limit": 0, + "max_steps": 1, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Decision Tree", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_depth": 2, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "84_DecisionTree", + "status": "skipped", + "final_loss": 0.5154769877486025, + "train_time": 47150.425040483475, + "data_type": "original", + "max_time_for_learner": 3456.0 + } + ], + "boost_on_errors": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10, + "sample_weight_path": "simple_regressor_complete_perform_unchained_1_full/57_CatBoost_sample_weight.data" + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "learning_rate": 0.1, + "depth": 6, + "rsm": 1, + "loss_function": "MAE", + "seed": 7, + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "57_CatBoost_BoostOnErrors", + "status": "trained", + "final_loss": 0.5165689123489368, + "train_time": 31113.814831018448, + "data_type": "boost_on_error", + "max_time_for_learner": 3456.0, + "injected_sample_weight": true + } + ], + "ensemble": [ + { + "model_type": "ensemble", + "is_stacked": false, + "name": "Ensemble", + "status": "trained", + "final_loss": 0.32403054771933637, + "train_time": 2.360865592956543 + } + ], + "stack": [ + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "learning_rate": 0.1, + "depth": 6, + "rsm": 1, + "loss_function": "RMSE", + "seed": 7, + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "7_Default_CatBoost_Stacked", + "status": "trained", + "final_loss": 0.4448082726971148, + "train_time": 20187.38156914711, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "20_LightGBM_GoldenFeatures_Stacked", + "status": "trained", + "final_loss": 0.48213325995504747, + "train_time": 6414.117294788361, + "data_type": "original_golden_features_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost_categorical_mix_GoldenFeatures_Stacked", + "status": "trained", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_categorical_mix_golden_features_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "dense_1_size": 32, + "dense_2_size": 16, + "learning_rate": 0.05, + "seed": 8, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "8_Default_NeuralNetwork_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 4, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "38_RandomForest_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 4, + "seed": 10, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "10_Default_ExtraTrees_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "learning_rate": 0.05, + "depth": 8, + "rsm": 0.8, + "loss_function": "RMSE", + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "29_CatBoost_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "golden_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "ml_task": "regression", + "n_jobs": -1 + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "5_Default_LightGBM_GoldenFeatures_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_golden_features_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_onehot" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_onehot" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_onehot" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_onehot" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost_categorical_mix_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_categorical_mix_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "Unnamed: 0": [ + "scale_normal" + ], + "assists": [ + "scale_normal" + ], + "bountyLevel": [ + "scale_normal" + ], + "champExperience": [ + "scale_normal" + ], + "champLevel": [ + "scale_normal" + ], + "championId": [ + "scale_normal" + ], + "championName": [ + "categorical_to_int", + "scale_normal" + ], + "consumablesPurchased": [ + "scale_normal" + ], + "damageDealtToBuildings": [ + "na_fill_median", + "scale_normal" + ], + "damageDealtToObjectives": [ + "scale_normal" + ], + "damageDealtToTurrets": [ + "scale_normal" + ], + "damageSelfMitigated": [ + "scale_normal" + ], + "deaths": [ + "scale_normal" + ], + "detectorWardsPlaced": [ + "scale_normal" + ], + "doubleKills": [ + "scale_normal" + ], + "goldEarned": [ + "scale_normal" + ], + "goldSpent": [ + "scale_normal" + ], + "individualPosition": [ + "categorical_to_int", + "scale_normal" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median", + "scale_normal" + ], + "item0": [ + "scale_normal" + ], + "item1": [ + "scale_normal" + ], + "item2": [ + "scale_normal" + ], + "item3": [ + "scale_normal" + ], + "item4": [ + "scale_normal" + ], + "item5": [ + "scale_normal" + ], + "item6": [ + "scale_normal" + ], + "itemsPurchased": [ + "scale_normal" + ], + "killingSprees": [ + "scale_normal" + ], + "kills": [ + "scale_normal" + ], + "lane": [ + "categorical_to_int", + "scale_normal" + ], + "largestCriticalStrike": [ + "scale_normal" + ], + "largestKillingSpree": [ + "scale_normal" + ], + "largestMultiKill": [ + "scale_normal" + ], + "longestTimeSpentLiving": [ + "scale_normal" + ], + "magicDamageDealt": [ + "scale_normal" + ], + "magicDamageDealtToChampions": [ + "scale_normal" + ], + "magicDamageTaken": [ + "scale_normal" + ], + "neutralMinionsKilled": [ + "scale_normal" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "participantId": [ + "scale_normal" + ], + "physicalDamageDealt": [ + "scale_normal" + ], + "physicalDamageDealtToChampions": [ + "scale_normal" + ], + "physicalDamageTaken": [ + "scale_normal" + ], + "profileIcon": [ + "scale_normal" + ], + "puuid": [ + "categorical_to_int", + "scale_normal" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int", + "scale_normal" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "spell1Casts": [ + "scale_normal" + ], + "spell2Casts": [ + "scale_normal" + ], + "spell3Casts": [ + "scale_normal" + ], + "spell4Casts": [ + "scale_normal" + ], + "summoner1Casts": [ + "scale_normal" + ], + "summoner1Id": [ + "scale_normal" + ], + "summoner2Casts": [ + "scale_normal" + ], + "summoner2Id": [ + "scale_normal" + ], + "summonerId": [ + "categorical_to_int", + "scale_normal" + ], + "summonerLevel": [ + "scale_normal" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "teamId": [ + "scale_normal" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int", + "scale_normal" + ], + "timeCCingOthers": [ + "scale_normal" + ], + "timePlayed": [ + "scale_normal" + ], + "totalDamageDealt": [ + "scale_normal" + ], + "totalDamageDealtToChampions": [ + "scale_normal" + ], + "totalDamageShieldedOnTeammates": [ + "scale_normal" + ], + "totalDamageTaken": [ + "scale_normal" + ], + "totalHeal": [ + "scale_normal" + ], + "totalHealsOnTeammates": [ + "scale_normal" + ], + "totalMinionsKilled": [ + "scale_normal" + ], + "totalTimeCCDealt": [ + "scale_normal" + ], + "totalTimeSpentDead": [ + "scale_normal" + ], + "totalUnitsHealed": [ + "scale_normal" + ], + "trueDamageDealt": [ + "scale_normal" + ], + "trueDamageDealtToChampions": [ + "scale_normal" + ], + "trueDamageTaken": [ + "scale_normal" + ], + "turretKills": [ + "scale_normal" + ], + "turretTakedowns": [ + "na_fill_median", + "scale_normal" + ], + "turretsLost": [ + "na_fill_median", + "scale_normal" + ], + "unrealKills": [ + "remove_column" + ], + "visionScore": [ + "scale_normal" + ], + "visionWardsBoughtInGame": [ + "scale_normal" + ], + "wardsKilled": [ + "scale_normal" + ], + "wardsPlaced": [ + "scale_normal" + ], + "match_identifier": [ + "scale_normal" + ], + "duration": [ + "scale_normal" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Neural Network", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "dense_1_size": 32, + "dense_2_size": 4, + "learning_rate": 0.05, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "56_NeuralNetwork_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "trees_in_step": 100, + "train_cant_improve_limit": 1, + "min_steps": 1, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Random Forest", + "ml_task": "regression", + "n_jobs": -1, + "criterion": "squared_error", + "max_features": 0.9, + "min_samples_split": 30, + "max_depth": 4, + "seed": 9, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "9_Default_RandomForest_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "trees_in_step": 100, + "max_steps": 50, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Extra Trees", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "criterion": "squared_error", + "max_features": 0.5, + "min_samples_split": 20, + "max_depth": 4, + "eval_metric_name": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "47_ExtraTrees_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "learning_rate": 0.1, + "depth": 6, + "rsm": 1, + "loss_function": "MAE", + "seed": 7, + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "57_CatBoost_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "20_LightGBM_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 6, + "min_child_weight": 1, + "subsample": 1.0, + "colsample_bytree": 1.0, + "seed": 6, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "6_Default_Xgboost_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "damageDealtToBuildings": [ + "na_fill_median" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerName": [ + "na_fill_median" + ], + "teamPosition": [ + "na_fill_median" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "CatBoost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "learning_rate": 0.05, + "depth": 8, + "rsm": 0.8, + "loss_function": "MAE", + "eval_metric": "RMSE", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "58_CatBoost_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "objective": "regression", + "num_leaves": 63, + "learning_rate": 0.05, + "feature_fraction": 0.9, + "bagging_fraction": 0.9, + "min_data_in_leaf": 10, + "seed": 5, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "5_Default_LightGBM_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression" + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "Xgboost", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "reg:squarederror", + "eta": 0.075, + "max_depth": 8, + "min_child_weight": 5, + "subsample": 1.0, + "colsample_bytree": 1.0, + "eval_metric": "rmse", + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "11_Xgboost_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + }, + { + "additional": { + "max_rounds": 10000, + "early_stopping_rounds": 50, + "max_rows_limit": null, + "max_cols_limit": null + }, + "preprocessing": { + "columns_preprocessing": { + "championName": [ + "categorical_to_int" + ], + "damageDealtToBuildings": [ + "na_fill_median" + ], + "individualPosition": [ + "categorical_to_int" + ], + "inhibitorTakedowns": [ + "na_fill_median" + ], + "inhibitorsLost": [ + "na_fill_median" + ], + "lane": [ + "categorical_to_int" + ], + "nexusLost": [ + "na_fill_median" + ], + "nexusTakedowns": [ + "na_fill_median" + ], + "puuid": [ + "categorical_to_int" + ], + "riotIdName": [ + "remove_column" + ], + "riotIdTagline": [ + "remove_column" + ], + "role": [ + "categorical_to_int" + ], + "sightWardsBoughtInGame": [ + "remove_column" + ], + "summonerId": [ + "categorical_to_int" + ], + "summonerName": [ + "na_fill_median", + "categorical_to_int" + ], + "teamPosition": [ + "na_fill_median", + "categorical_to_int" + ], + "turretTakedowns": [ + "na_fill_median" + ], + "turretsLost": [ + "na_fill_median" + ], + "unrealKills": [ + "remove_column" + ] + }, + "target_preprocessing": [ + "na_exclude", + "scale_normal" + ], + "ml_task": "regression", + "kmeans_features": { + "results_path": "simple_regressor_complete_perform_unchained_1_full" + } + }, + "validation_strategy": { + "validation_type": "kfold", + "shuffle": true, + "X_path": "simple_regressor_complete_perform_unchained_1_full/X_stacked.data", + "y_path": "simple_regressor_complete_perform_unchained_1_full/y.data", + "results_path": "simple_regressor_complete_perform_unchained_1_full", + "k_folds": 10 + }, + "learner": { + "model_type": "LightGBM", + "ml_task": "regression", + "n_jobs": -1, + "seed": 1235, + "objective": "regression", + "num_leaves": 15, + "learning_rate": 0.05, + "feature_fraction": 0.8, + "bagging_fraction": 0.5, + "min_data_in_leaf": 50, + "metric": "rmse", + "custom_eval_metric_name": null, + "explain_level": 2 + }, + "automl_random_state": 1234, + "ml_task": "regression", + "explain_level": 2, + "name": "20_LightGBM_KMeansFeatures_Stacked", + "status": "skipped", + "final_loss": 0.4738022038081249, + "train_time": 6722.889822483063, + "data_type": "original_kmeans_features_stacked", + "max_time_for_learner": 3456.0, + "is_stacked": true + } + ], + "ensemble_stacked": [ + { + "model_type": "ensemble", + "is_stacked": true, + "name": "Ensemble_Stacked", + "status": "trained", + "final_loss": 0.3212043110899509, + "train_time": 2.976555347442627 + } + ] + }, + "adjust_validation": false +} \ No newline at end of file