├── README.md ├── round1_rank2 ├── README.md ├── code │ └── main.py ├── features │ ├── num_label.txt │ └── word_label.txt ├── team │ ├── data_process_by_Mongo.py │ └── team_feature_work.py └── version.txt └── round2_rank10 ├── README.md ├── data_pre_process ├── data_merge_split.py ├── get_num_features.py ├── get_word_features.py └── origin_part1_part2_row2col.py ├── every_predict_model ├── dia_gbdt_best_rounds.py ├── hdl_gbdt_best_rounds.py ├── ldl_gbdt_best_rounds.py ├── sys_gbdt_best_rounds.py └── tl_gbdt_best_rounds.py ├── feature_selection ├── classification_tl.py ├── gbdt_log_model.py ├── get_best_rounds.py ├── predict_value_tl_gt_4.py ├── select_features_by_model.py └── snp_drop_one_hot.py ├── submit_result.py └── xgb_model ├── add_prefix_for_xgb_model.py ├── calc_xgb_test_loss_and_save.py ├── split_5_fold_data_xgb.py └── xgb_in_odps.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/README.md -------------------------------------------------------------------------------- /round1_rank2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/README.md -------------------------------------------------------------------------------- /round1_rank2/code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/code/main.py -------------------------------------------------------------------------------- /round1_rank2/features/num_label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/features/num_label.txt -------------------------------------------------------------------------------- /round1_rank2/features/word_label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/features/word_label.txt -------------------------------------------------------------------------------- /round1_rank2/team/data_process_by_Mongo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/team/data_process_by_Mongo.py -------------------------------------------------------------------------------- /round1_rank2/team/team_feature_work.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/team/team_feature_work.py -------------------------------------------------------------------------------- /round1_rank2/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round1_rank2/version.txt -------------------------------------------------------------------------------- /round2_rank10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/README.md -------------------------------------------------------------------------------- /round2_rank10/data_pre_process/data_merge_split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/data_pre_process/data_merge_split.py -------------------------------------------------------------------------------- /round2_rank10/data_pre_process/get_num_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/data_pre_process/get_num_features.py -------------------------------------------------------------------------------- /round2_rank10/data_pre_process/get_word_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/data_pre_process/get_word_features.py -------------------------------------------------------------------------------- /round2_rank10/data_pre_process/origin_part1_part2_row2col.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/data_pre_process/origin_part1_part2_row2col.py -------------------------------------------------------------------------------- /round2_rank10/every_predict_model/dia_gbdt_best_rounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/every_predict_model/dia_gbdt_best_rounds.py -------------------------------------------------------------------------------- /round2_rank10/every_predict_model/hdl_gbdt_best_rounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/every_predict_model/hdl_gbdt_best_rounds.py -------------------------------------------------------------------------------- /round2_rank10/every_predict_model/ldl_gbdt_best_rounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/every_predict_model/ldl_gbdt_best_rounds.py -------------------------------------------------------------------------------- /round2_rank10/every_predict_model/sys_gbdt_best_rounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/every_predict_model/sys_gbdt_best_rounds.py -------------------------------------------------------------------------------- /round2_rank10/every_predict_model/tl_gbdt_best_rounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/every_predict_model/tl_gbdt_best_rounds.py -------------------------------------------------------------------------------- /round2_rank10/feature_selection/classification_tl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/feature_selection/classification_tl.py -------------------------------------------------------------------------------- /round2_rank10/feature_selection/gbdt_log_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/feature_selection/gbdt_log_model.py -------------------------------------------------------------------------------- /round2_rank10/feature_selection/get_best_rounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/feature_selection/get_best_rounds.py -------------------------------------------------------------------------------- /round2_rank10/feature_selection/predict_value_tl_gt_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/feature_selection/predict_value_tl_gt_4.py -------------------------------------------------------------------------------- /round2_rank10/feature_selection/select_features_by_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/feature_selection/select_features_by_model.py -------------------------------------------------------------------------------- /round2_rank10/feature_selection/snp_drop_one_hot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/feature_selection/snp_drop_one_hot.py -------------------------------------------------------------------------------- /round2_rank10/submit_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/submit_result.py -------------------------------------------------------------------------------- /round2_rank10/xgb_model/add_prefix_for_xgb_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/xgb_model/add_prefix_for_xgb_model.py -------------------------------------------------------------------------------- /round2_rank10/xgb_model/calc_xgb_test_loss_and_save.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/xgb_model/calc_xgb_test_loss_and_save.py -------------------------------------------------------------------------------- /round2_rank10/xgb_model/split_5_fold_data_xgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/xgb_model/split_5_fold_data_xgb.py -------------------------------------------------------------------------------- /round2_rank10/xgb_model/xgb_in_odps.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juzstu/TianChi_Meinian/HEAD/round2_rank10/xgb_model/xgb_in_odps.sql --------------------------------------------------------------------------------