├── .gitignore ├── LB ├── 1st_of_April.png ├── スクリーンショット 2019-04-01 16.37.11.png ├── スクリーンショット 2019-04-01 19.36.43.png ├── スクリーンショット 2019-04-02 0.43.05.png ├── スクリーンショット 2019-04-09 18.05.24.png ├── スクリーンショット 2019-04-10 9.21.51.png ├── スクリーンショット 2019-04-10 9.21.51のコピー.png ├── スクリーンショット 2019-04-11 13.49.12.png └── スクリーンショット 2019-04-17 4.16.35.png ├── LICENSE ├── README.md ├── final_solution ├── README.md ├── Santander-2nd-place-solution.pptx ├── __RAWDATA__ │ └── README.md ├── akiyama │ ├── py │ │ ├── lgb_postprocess.py │ │ ├── lgb_train_and_predict.py │ │ ├── make_features.py │ │ ├── nn_postprocess.py │ │ └── nn_train_and_predict.py │ └── requirements.txt ├── onodera │ ├── py │ │ ├── 000_init.py │ │ ├── 906_predict_0410-1.py │ │ ├── 907_predict_0410-2.py │ │ ├── 911_blend_0410-6.py │ │ └── utils.py │ └── requirements.txt ├── run.sh └── ~$Santander-2nd-place-solution appendix.pptx ├── init.sh ├── jn ├── EDA_001 Basic Stats.ipynb ├── EDA_002 continuous vs target.ipynb ├── EDA_003 split label.ipynb ├── EDA_004 f003 vs target.ipynb ├── FROM_akiyama_904_lgb.ipynb ├── FROM_akiyama_910_lgb.ipynb ├── FROM_harada-LB925_lgb_concat_200_0407_3-Copy1.ipynb ├── Untitled.ipynb ├── Untitled1.ipynb ├── corr matrix.ipynb ├── te_corr.csv ├── te_info.csv ├── tr_corr.csv ├── tr_info.csv ├── train_0_q001-099.csv ├── train_1_q001-099.csv └── train_q001-099.csv ├── other ├── EDA_003 split label.html ├── LB hist 1.png ├── LB hist 2.png ├── LB progress 1.png ├── LB progress 2.png └── heatmap_auc_eachvar.png ├── py ├── 000_init.py ├── 001_raw.py ├── 002_countEncoding.py ├── 003_countEncoding_geta.py ├── 801_cv.py ├── 802_adv.py ├── 803_cv_feature_selection.py ├── 804_cv_eachVar.py ├── 805_ga.py ├── 806_cv_opt_round.py ├── 806_cv_opt_round_plt.py ├── 807_cv_concat.py ├── 808_search_reverse.py ├── 809_psuedo.py ├── 900 ===== predict ==== ├── 906_predict_0410-1.py ├── 907_predict_0410-2.py ├── 908_blend_0410-3.py ├── 909_predict_0410-4.py ├── 910_blend_0410-5.py ├── 911_blend_0410-6.py ├── 912_blend_0425-1.py ├── 913_blend_0425-2.py ├── 914_blend_0425-3.py ├── 915_blend_0425-4.py ├── 916_blend_0425-5.py ├── 917_blend_0425-6.py ├── 918_blend_0425-7.py ├── 919_blend_0425-8.py ├── 990_2nd_place_solution_golf.py ├── LOG │ ├── auc_806_cv_opt_round.py.csv │ ├── ga.csv │ ├── imp_801_cv.py.csv │ ├── imp_801_cv.py.png │ ├── imp_802_adv.py.csv │ ├── imp_802_adv.py.png │ ├── imp_804_cv_eachVar.py.csv │ ├── imp_804_cv_eachVar.py.png │ ├── imp_902_predict_0329-1.py.csv │ ├── imp_902_predict_0329-1.py.png │ ├── imp_903_predict_0330-1.py.csv │ ├── imp_903_predict_0330-1.py.png │ ├── imp_904_predict_0401-1.py.csv │ ├── imp_904_predict_0401-1.py.png │ ├── log_000_init.py.txt │ ├── log_003_OHE.py.txt │ ├── log_003_countEncoding.py.txt │ ├── log_004_countEncoding2.py.txt │ ├── log_004_delta.py.txt │ ├── log_005_count_sort_diff.py.txt │ ├── log_005_minmaxCountEncoding.py.txt │ ├── log_010_countUnique.py.txt │ ├── log_801_cv.py.txt │ ├── log_802_adv.py.txt │ ├── log_803_cv_feature_selection.py.txt │ ├── log_804_cv_eachVar.py.txt │ ├── log_805_ga.py.txt │ ├── log_806_cv_opt_round.py.txt │ ├── log_809_psuedo.py.txt │ ├── log_901_predict_0328-1.py.txt │ ├── log_902_predict_0329-1.py.txt │ ├── log_903_predict_0330-1.py.txt │ ├── log_904_predict_0401-1.py.txt │ ├── log_905_predict_0408-1.py.txt │ ├── log_906_predict_0410-1.py_11834.txt │ ├── log_906_predict_0410-1.py_17670.txt │ ├── log_906_predict_0410-1.py_27017.txt │ ├── log_906_predict_0410-1.py_42687.txt │ ├── log_906_predict_0410-1.py_59352.txt │ ├── log_906_predict_0410-1.py_63018.txt │ ├── log_906_predict_0410-1.py_73770.txt │ ├── log_906_predict_0410-1.py_7441.txt │ ├── log_906_predict_0410-1.py_84474.txt │ ├── log_906_predict_0410-1.py_95928.txt │ ├── log_907_predict_0410-2.py_37170.txt │ ├── log_907_predict_0410-2.py_68389.txt │ ├── log_907_predict_0410-2.py_71946.txt │ ├── log_907_predict_0410-2.py_75783.txt │ ├── log_907_predict_0410-2.py_81857.txt │ ├── log_907_predict_0410-2.py_85689.txt │ ├── log_907_predict_0410-2.py_93117.txt │ ├── log_909_predict_0410-4.py_16006.txt │ ├── log_909_predict_0410-4.py_32766.txt │ ├── log_909_predict_0410-4.py_59193.txt │ ├── log_909_predict_0410-4.py_96142.txt │ ├── log_909_predict_0410-4.py_97378.txt │ └── log_lgb_aug.py.txt ├── appendix.py ├── lgb_aug.py ├── run.py ├── tmp_model.txt ├── trash │ ├── 002_colsample.py │ ├── 003_OHE.py │ ├── 003_countEncoding_sep.py │ ├── 004_countEncoding2.py │ ├── 004_delta.py │ ├── 004_sortDiffEncoding.py │ ├── 005_count_sort_diff.py │ ├── 005_label_dist.py │ ├── 005_minmaxCountEncoding.py │ ├── 006_binCountEncoding.py │ ├── 006_peak.py │ ├── 007_countEncoding2.py │ ├── 007_modf.py │ ├── 008_countEncoding-stats.py │ ├── 009_countEncoding_sep.py │ ├── 009_stats_count.py │ ├── 010_countUnique.py │ ├── 011_countUnique_sep.py │ ├── 012_countUnique_axis1.py │ ├── 012_only_train.py │ ├── 901_predict_0328-1.py │ ├── 902_predict_0329-1.py │ ├── 903_predict_0330-1.py │ ├── 904_predict_0401-1.py │ ├── 905_predict_0408-1.py │ └── boxcox.py └── utils.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/.gitignore -------------------------------------------------------------------------------- /LB/1st_of_April.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/1st_of_April.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-01 16.37.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-01 16.37.11.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-01 19.36.43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-01 19.36.43.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-02 0.43.05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-02 0.43.05.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-09 18.05.24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-09 18.05.24.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-10 9.21.51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-10 9.21.51.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-10 9.21.51のコピー.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-10 9.21.51のコピー.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-11 13.49.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-11 13.49.12.png -------------------------------------------------------------------------------- /LB/スクリーンショット 2019-04-17 4.16.35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LB/スクリーンショット 2019-04-17 4.16.35.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /final_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/README.md -------------------------------------------------------------------------------- /final_solution/Santander-2nd-place-solution.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/Santander-2nd-place-solution.pptx -------------------------------------------------------------------------------- /final_solution/__RAWDATA__/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/__RAWDATA__/README.md -------------------------------------------------------------------------------- /final_solution/akiyama/py/lgb_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/akiyama/py/lgb_postprocess.py -------------------------------------------------------------------------------- /final_solution/akiyama/py/lgb_train_and_predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/akiyama/py/lgb_train_and_predict.py -------------------------------------------------------------------------------- /final_solution/akiyama/py/make_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/akiyama/py/make_features.py -------------------------------------------------------------------------------- /final_solution/akiyama/py/nn_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/akiyama/py/nn_postprocess.py -------------------------------------------------------------------------------- /final_solution/akiyama/py/nn_train_and_predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/akiyama/py/nn_train_and_predict.py -------------------------------------------------------------------------------- /final_solution/akiyama/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/akiyama/requirements.txt -------------------------------------------------------------------------------- /final_solution/onodera/py/000_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/onodera/py/000_init.py -------------------------------------------------------------------------------- /final_solution/onodera/py/906_predict_0410-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/onodera/py/906_predict_0410-1.py -------------------------------------------------------------------------------- /final_solution/onodera/py/907_predict_0410-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/onodera/py/907_predict_0410-2.py -------------------------------------------------------------------------------- /final_solution/onodera/py/911_blend_0410-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/onodera/py/911_blend_0410-6.py -------------------------------------------------------------------------------- /final_solution/onodera/py/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/onodera/py/utils.py -------------------------------------------------------------------------------- /final_solution/onodera/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/onodera/requirements.txt -------------------------------------------------------------------------------- /final_solution/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/run.sh -------------------------------------------------------------------------------- /final_solution/~$Santander-2nd-place-solution appendix.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/final_solution/~$Santander-2nd-place-solution appendix.pptx -------------------------------------------------------------------------------- /init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/init.sh -------------------------------------------------------------------------------- /jn/EDA_001 Basic Stats.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/EDA_001 Basic Stats.ipynb -------------------------------------------------------------------------------- /jn/EDA_002 continuous vs target.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/EDA_002 continuous vs target.ipynb -------------------------------------------------------------------------------- /jn/EDA_003 split label.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/EDA_003 split label.ipynb -------------------------------------------------------------------------------- /jn/EDA_004 f003 vs target.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/EDA_004 f003 vs target.ipynb -------------------------------------------------------------------------------- /jn/FROM_akiyama_904_lgb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/FROM_akiyama_904_lgb.ipynb -------------------------------------------------------------------------------- /jn/FROM_akiyama_910_lgb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/FROM_akiyama_910_lgb.ipynb -------------------------------------------------------------------------------- /jn/FROM_harada-LB925_lgb_concat_200_0407_3-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/FROM_harada-LB925_lgb_concat_200_0407_3-Copy1.ipynb -------------------------------------------------------------------------------- /jn/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/Untitled.ipynb -------------------------------------------------------------------------------- /jn/Untitled1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/Untitled1.ipynb -------------------------------------------------------------------------------- /jn/corr matrix.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/corr matrix.ipynb -------------------------------------------------------------------------------- /jn/te_corr.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/te_corr.csv -------------------------------------------------------------------------------- /jn/te_info.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/te_info.csv -------------------------------------------------------------------------------- /jn/tr_corr.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/tr_corr.csv -------------------------------------------------------------------------------- /jn/tr_info.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/tr_info.csv -------------------------------------------------------------------------------- /jn/train_0_q001-099.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/train_0_q001-099.csv -------------------------------------------------------------------------------- /jn/train_1_q001-099.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/train_1_q001-099.csv -------------------------------------------------------------------------------- /jn/train_q001-099.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/jn/train_q001-099.csv -------------------------------------------------------------------------------- /other/EDA_003 split label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/other/EDA_003 split label.html -------------------------------------------------------------------------------- /other/LB hist 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/other/LB hist 1.png -------------------------------------------------------------------------------- /other/LB hist 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/other/LB hist 2.png -------------------------------------------------------------------------------- /other/LB progress 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/other/LB progress 1.png -------------------------------------------------------------------------------- /other/LB progress 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/other/LB progress 2.png -------------------------------------------------------------------------------- /other/heatmap_auc_eachvar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/other/heatmap_auc_eachvar.png -------------------------------------------------------------------------------- /py/000_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/000_init.py -------------------------------------------------------------------------------- /py/001_raw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/001_raw.py -------------------------------------------------------------------------------- /py/002_countEncoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/002_countEncoding.py -------------------------------------------------------------------------------- /py/003_countEncoding_geta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/003_countEncoding_geta.py -------------------------------------------------------------------------------- /py/801_cv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/801_cv.py -------------------------------------------------------------------------------- /py/802_adv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/802_adv.py -------------------------------------------------------------------------------- /py/803_cv_feature_selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/803_cv_feature_selection.py -------------------------------------------------------------------------------- /py/804_cv_eachVar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/804_cv_eachVar.py -------------------------------------------------------------------------------- /py/805_ga.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/805_ga.py -------------------------------------------------------------------------------- /py/806_cv_opt_round.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/806_cv_opt_round.py -------------------------------------------------------------------------------- /py/806_cv_opt_round_plt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/806_cv_opt_round_plt.py -------------------------------------------------------------------------------- /py/807_cv_concat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/807_cv_concat.py -------------------------------------------------------------------------------- /py/808_search_reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/808_search_reverse.py -------------------------------------------------------------------------------- /py/809_psuedo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/809_psuedo.py -------------------------------------------------------------------------------- /py/900 ===== predict ====: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /py/906_predict_0410-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/906_predict_0410-1.py -------------------------------------------------------------------------------- /py/907_predict_0410-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/907_predict_0410-2.py -------------------------------------------------------------------------------- /py/908_blend_0410-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/908_blend_0410-3.py -------------------------------------------------------------------------------- /py/909_predict_0410-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/909_predict_0410-4.py -------------------------------------------------------------------------------- /py/910_blend_0410-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/910_blend_0410-5.py -------------------------------------------------------------------------------- /py/911_blend_0410-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/911_blend_0410-6.py -------------------------------------------------------------------------------- /py/912_blend_0425-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/912_blend_0425-1.py -------------------------------------------------------------------------------- /py/913_blend_0425-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/913_blend_0425-2.py -------------------------------------------------------------------------------- /py/914_blend_0425-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/914_blend_0425-3.py -------------------------------------------------------------------------------- /py/915_blend_0425-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/915_blend_0425-4.py -------------------------------------------------------------------------------- /py/916_blend_0425-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/916_blend_0425-5.py -------------------------------------------------------------------------------- /py/917_blend_0425-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/917_blend_0425-6.py -------------------------------------------------------------------------------- /py/918_blend_0425-7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/918_blend_0425-7.py -------------------------------------------------------------------------------- /py/919_blend_0425-8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/919_blend_0425-8.py -------------------------------------------------------------------------------- /py/990_2nd_place_solution_golf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/990_2nd_place_solution_golf.py -------------------------------------------------------------------------------- /py/LOG/auc_806_cv_opt_round.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/auc_806_cv_opt_round.py.csv -------------------------------------------------------------------------------- /py/LOG/ga.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/ga.csv -------------------------------------------------------------------------------- /py/LOG/imp_801_cv.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_801_cv.py.csv -------------------------------------------------------------------------------- /py/LOG/imp_801_cv.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_801_cv.py.png -------------------------------------------------------------------------------- /py/LOG/imp_802_adv.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_802_adv.py.csv -------------------------------------------------------------------------------- /py/LOG/imp_802_adv.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_802_adv.py.png -------------------------------------------------------------------------------- /py/LOG/imp_804_cv_eachVar.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_804_cv_eachVar.py.csv -------------------------------------------------------------------------------- /py/LOG/imp_804_cv_eachVar.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_804_cv_eachVar.py.png -------------------------------------------------------------------------------- /py/LOG/imp_902_predict_0329-1.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_902_predict_0329-1.py.csv -------------------------------------------------------------------------------- /py/LOG/imp_902_predict_0329-1.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_902_predict_0329-1.py.png -------------------------------------------------------------------------------- /py/LOG/imp_903_predict_0330-1.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_903_predict_0330-1.py.csv -------------------------------------------------------------------------------- /py/LOG/imp_903_predict_0330-1.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_903_predict_0330-1.py.png -------------------------------------------------------------------------------- /py/LOG/imp_904_predict_0401-1.py.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_904_predict_0401-1.py.csv -------------------------------------------------------------------------------- /py/LOG/imp_904_predict_0401-1.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/imp_904_predict_0401-1.py.png -------------------------------------------------------------------------------- /py/LOG/log_000_init.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_000_init.py.txt -------------------------------------------------------------------------------- /py/LOG/log_003_OHE.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_003_OHE.py.txt -------------------------------------------------------------------------------- /py/LOG/log_003_countEncoding.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_003_countEncoding.py.txt -------------------------------------------------------------------------------- /py/LOG/log_004_countEncoding2.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_004_countEncoding2.py.txt -------------------------------------------------------------------------------- /py/LOG/log_004_delta.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_004_delta.py.txt -------------------------------------------------------------------------------- /py/LOG/log_005_count_sort_diff.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_005_count_sort_diff.py.txt -------------------------------------------------------------------------------- /py/LOG/log_005_minmaxCountEncoding.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_005_minmaxCountEncoding.py.txt -------------------------------------------------------------------------------- /py/LOG/log_010_countUnique.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_010_countUnique.py.txt -------------------------------------------------------------------------------- /py/LOG/log_801_cv.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_801_cv.py.txt -------------------------------------------------------------------------------- /py/LOG/log_802_adv.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_802_adv.py.txt -------------------------------------------------------------------------------- /py/LOG/log_803_cv_feature_selection.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_803_cv_feature_selection.py.txt -------------------------------------------------------------------------------- /py/LOG/log_804_cv_eachVar.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_804_cv_eachVar.py.txt -------------------------------------------------------------------------------- /py/LOG/log_805_ga.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_805_ga.py.txt -------------------------------------------------------------------------------- /py/LOG/log_806_cv_opt_round.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_806_cv_opt_round.py.txt -------------------------------------------------------------------------------- /py/LOG/log_809_psuedo.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_809_psuedo.py.txt -------------------------------------------------------------------------------- /py/LOG/log_901_predict_0328-1.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_901_predict_0328-1.py.txt -------------------------------------------------------------------------------- /py/LOG/log_902_predict_0329-1.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_902_predict_0329-1.py.txt -------------------------------------------------------------------------------- /py/LOG/log_903_predict_0330-1.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_903_predict_0330-1.py.txt -------------------------------------------------------------------------------- /py/LOG/log_904_predict_0401-1.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_904_predict_0401-1.py.txt -------------------------------------------------------------------------------- /py/LOG/log_905_predict_0408-1.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_905_predict_0408-1.py.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_11834.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_11834.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_17670.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_17670.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_27017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_27017.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_42687.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_42687.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_59352.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_59352.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_63018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_63018.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_73770.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_73770.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_7441.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_7441.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_84474.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_84474.txt -------------------------------------------------------------------------------- /py/LOG/log_906_predict_0410-1.py_95928.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_906_predict_0410-1.py_95928.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_37170.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_37170.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_68389.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_68389.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_71946.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_71946.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_75783.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_75783.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_81857.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_81857.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_85689.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_85689.txt -------------------------------------------------------------------------------- /py/LOG/log_907_predict_0410-2.py_93117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_907_predict_0410-2.py_93117.txt -------------------------------------------------------------------------------- /py/LOG/log_909_predict_0410-4.py_16006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_909_predict_0410-4.py_16006.txt -------------------------------------------------------------------------------- /py/LOG/log_909_predict_0410-4.py_32766.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_909_predict_0410-4.py_32766.txt -------------------------------------------------------------------------------- /py/LOG/log_909_predict_0410-4.py_59193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_909_predict_0410-4.py_59193.txt -------------------------------------------------------------------------------- /py/LOG/log_909_predict_0410-4.py_96142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_909_predict_0410-4.py_96142.txt -------------------------------------------------------------------------------- /py/LOG/log_909_predict_0410-4.py_97378.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_909_predict_0410-4.py_97378.txt -------------------------------------------------------------------------------- /py/LOG/log_lgb_aug.py.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/LOG/log_lgb_aug.py.txt -------------------------------------------------------------------------------- /py/appendix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/appendix.py -------------------------------------------------------------------------------- /py/lgb_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/lgb_aug.py -------------------------------------------------------------------------------- /py/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/run.py -------------------------------------------------------------------------------- /py/tmp_model.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/tmp_model.txt -------------------------------------------------------------------------------- /py/trash/002_colsample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/002_colsample.py -------------------------------------------------------------------------------- /py/trash/003_OHE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/003_OHE.py -------------------------------------------------------------------------------- /py/trash/003_countEncoding_sep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/003_countEncoding_sep.py -------------------------------------------------------------------------------- /py/trash/004_countEncoding2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/004_countEncoding2.py -------------------------------------------------------------------------------- /py/trash/004_delta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/004_delta.py -------------------------------------------------------------------------------- /py/trash/004_sortDiffEncoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/004_sortDiffEncoding.py -------------------------------------------------------------------------------- /py/trash/005_count_sort_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/005_count_sort_diff.py -------------------------------------------------------------------------------- /py/trash/005_label_dist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/005_label_dist.py -------------------------------------------------------------------------------- /py/trash/005_minmaxCountEncoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/005_minmaxCountEncoding.py -------------------------------------------------------------------------------- /py/trash/006_binCountEncoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/006_binCountEncoding.py -------------------------------------------------------------------------------- /py/trash/006_peak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/006_peak.py -------------------------------------------------------------------------------- /py/trash/007_countEncoding2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/007_countEncoding2.py -------------------------------------------------------------------------------- /py/trash/007_modf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/007_modf.py -------------------------------------------------------------------------------- /py/trash/008_countEncoding-stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/008_countEncoding-stats.py -------------------------------------------------------------------------------- /py/trash/009_countEncoding_sep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/009_countEncoding_sep.py -------------------------------------------------------------------------------- /py/trash/009_stats_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/009_stats_count.py -------------------------------------------------------------------------------- /py/trash/010_countUnique.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/010_countUnique.py -------------------------------------------------------------------------------- /py/trash/011_countUnique_sep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/011_countUnique_sep.py -------------------------------------------------------------------------------- /py/trash/012_countUnique_axis1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/012_countUnique_axis1.py -------------------------------------------------------------------------------- /py/trash/012_only_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/012_only_train.py -------------------------------------------------------------------------------- /py/trash/901_predict_0328-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/901_predict_0328-1.py -------------------------------------------------------------------------------- /py/trash/902_predict_0329-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/902_predict_0329-1.py -------------------------------------------------------------------------------- /py/trash/903_predict_0330-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/903_predict_0330-1.py -------------------------------------------------------------------------------- /py/trash/904_predict_0401-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/904_predict_0401-1.py -------------------------------------------------------------------------------- /py/trash/905_predict_0408-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/905_predict_0408-1.py -------------------------------------------------------------------------------- /py/trash/boxcox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/trash/boxcox.py -------------------------------------------------------------------------------- /py/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/py/utils.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KazukiOnodera/Santander-Customer-Transaction-Prediction/HEAD/requirements.txt --------------------------------------------------------------------------------