Commit Graph

111 Commits (master)

Author SHA1 Message Date
nyanp c0fac30372 add method option to averaging_opt 2022-03-15 20:02:06 +09:00
Taiga Noumi 3ad1cc8ce2 avoid using deprecated load_boston() for test 2021-10-30 12:42:34 +09:00
kajyuuen 8d0e12e023 Using transforms' new API. 2021-02-01 12:26:52 +09:00
wakamezake 133dab4813 add assert test 2020-09-03 14:28:06 +09:00
wakamezake 3072e3f25d change origin 2020-09-03 14:12:27 +09:00
wakamezake 846efbe49a init 2020-08-31 00:20:14 +09:00
wakamezake b3a158a2d9 add test for find_best_lgbm_parameter 2020-07-25 18:44:41 +09:00
wakamezake 8fb88be3a1 init 2020-07-25 16:46:58 +09:00
nyanp 0d03e3cbcf fix throwing error in logging in case of callable fit-params 2020-05-26 23:36:04 +09:00
nyanp 3ee8e4d331 ignore MLflowException in log_param, log_metric 2020-05-26 00:46:17 +09:00
nyanp e9dd74165d skip testing bert in python 3.5 2020-05-18 23:40:20 +09:00
nyanp 345f1b3746 reformat files 2020-05-18 23:04:03 +09:00
nyanp b601aa7dc7 log empty dictionary as string 2020-02-28 23:31:48 +09:00
Taiga Noumi 6fd7cffd63 add test 2020-02-28 23:27:17 +09:00
nyanp b4971a26e7 flatten keys 2020-02-28 23:24:45 +09:00
harupy 24ce212f54 Remove get_temp_directory because it's no longer used 2020-02-28 09:51:23 +09:00
harupy e4f828d669 Use StratifiedKFold to prevent error in auc calculation 2020-02-28 09:50:11 +09:00
harupy d47a8b37f7 Use parametrize 2020-02-28 02:07:20 +09:00
harupy ce1ffabf68 Fix test_run.py 2020-02-28 01:37:12 +09:00
harupy c7aa1cc50b Resolve conflict 2020-02-28 00:15:41 +09:00
harupy c5bb96b7a1 Replace get_temp_directory in test_experiment.py 2020-02-28 00:01:38 +09:00
harupy ad3e145ae0 Add tmpdir_name fixture 2020-02-27 01:06:29 +09:00
Taiga Noumi ba790149ac merge rank_averaging 2020-02-26 20:45:22 +09:00
Taiga Noumi 3449e20273 averaging using optimize 2020-02-26 08:22:04 +09:00
nyanp 0bb31e54e8 make oof optional in averaging 2020-02-25 23:45:20 +09:00
nyanp 93c174e291 implement stacking and averaging 2020-02-25 23:38:26 +09:00
harupy cf14dd36af Implement log_metrics 2020-02-24 19:16:14 +09:00
harupy 23b018a86c Use tmpdir fixture 2020-02-22 22:31:44 +09:00
Taiga Noumi c410072c21 add inherit_experiment to customize tracking 2020-02-21 22:52:55 +09:00
Taiga Noumi 9257ddc61e add tests 2020-02-20 23:42:04 +09:00
Taiga Noumi 17c2352394 refactoring & fix 2020-02-20 23:42:04 +09:00
Taiga Noumi 174cc19b53 change params/metrics to json format, replace overwrite to if_exists 2020-02-20 23:42:04 +09:00
wakamezake 1172c61ca7 typo 2020-02-20 23:18:02 +09:00
wakamezake b107b283ae fail merge 2020-02-20 23:00:11 +09:00
kot.yuhara 283fa5ebd6 add test 2020-02-20 12:02:37 +09:00
kot.yuhara 19179eab08 add test 2020-02-18 17:37:42 +09:00
nyanp 37dd171607 add tests 2020-02-17 23:32:50 +09:00
Taiga Noumi 7b390b976c import gbdt modules lazily to remove unnecessary dependency 2020-02-15 17:11:07 +09:00
Taiga Noumi 1e1d39b13f add skip, nth to splitters 2020-02-13 08:09:46 +09:00
Taiga Noumi 0131227896 rename test 2020-02-12 08:21:01 +09:00
Taiga Noumi 10b7f07ea9 implement decorator for feature_store 2020-02-06 08:21:26 +09:00
nyanp d396217374
Update test_cross_validate.py 2020-02-05 07:55:28 +09:00
nyanp 4468563cd6 refactoring 2020-02-04 23:44:07 +09:00
nyanp 5a6f553de6 change default value of with_auto_prep parameter 2020-02-04 23:35:19 +09:00
nyanp b5aa304731 make experiment_gbdt generic across sklearn-compatible classes 2020-02-04 23:32:38 +09:00
nyanp 935f5fa497 fix categorical variable handling 2020-02-03 23:55:51 +09:00
Taiga Noumi fe055d75ac refactor mlflow parameters 2020-02-03 23:15:35 +09:00
Taiga Noumi 165c4fb31e Fix error in categorical variable treatment
add comment
2020-01-31 19:49:11 +09:00
nyanp 7265b1aa76 support xgboost 2020-01-31 00:05:51 +09:00
Taiga Noumi 65709dd01c sanitize mlflow parameters 2020-01-30 08:21:28 +09:00