Commit Graph

436 Commits (master)

Author SHA1 Message Date
nyanp b3b38a0568
Merge pull request #39 from nyanp/feature/stratified-group-kfold
add StratifiedGroupKFold
2020-02-17 23:47:48 +09:00
nyanp 37dd171607 add tests 2020-02-17 23:32:50 +09:00
Taiga Noumi 554229297e add stratigiedgroupkfold 2020-02-17 20:59:39 +09:00
nyanp d846c5a901
Merge pull request #38 from nyanp/feature/remove-dependency
remove dependency to gbdt libralies
2020-02-17 12:20:25 +09:00
Taiga Noumi eda6f6fdd7 update docs, add extras_require option 2020-02-17 08:17:13 +09:00
Taiga Noumi 50007e0b8b remove dependency to catboost/lightgbm/xgboost 2020-02-15 17:13:12 +09:00
Taiga Noumi 7b390b976c import gbdt modules lazily to remove unnecessary dependency 2020-02-15 17:11:07 +09:00
nyanp 09e3938ddf
Merge pull request #37 from nyanp/feature/dispatch-predict-proba
dispatching predict/predict_proba/decision_function automatically
2020-02-15 16:50:49 +09:00
nyanp ccbb6935e5 dispatching predict/predict_proba/decision_function automatically 2020-02-15 16:35:03 +09:00
Taiga Noumi 213a23d022 add safe_isinstance 2020-02-14 08:18:13 +09:00
Taiga Noumi 73920f9a40 update docs 2020-02-13 20:56:58 +09:00
Taiga Noumi a779ce113d update README 2020-02-13 20:16:09 +09:00
Taiga Noumi 5afa7531e2 rename CVResult to ADVResult 2020-02-13 20:11:36 +09:00
nyanp 5514a07ec2
Merge pull request #33 from nyanp/feature/skip-and-nth
Add skip, nth
2020-02-13 08:25:43 +09:00
nyanp 409ef56818
set max-parallel to 4 2020-02-13 08:24:03 +09:00
Taiga Noumi 1e1d39b13f add skip, nth to splitters 2020-02-13 08:09:46 +09:00
nyanp 353f00ff1b
Merge pull request #32 from nyanp/feature/python3.8
Support python 3.8
2020-02-13 07:30:31 +09:00
nyanp 7dcd30cfc5 add python 3.8 2020-02-13 00:11:39 +09:00
nyanp d23fc797fe refactoring 2020-02-13 00:07:23 +09:00
nyanp 87818b41a4 update docs 2020-02-12 23:48:36 +09:00
nyanp 1f2f0f4070 overwrite = False by default 2020-02-12 23:36:46 +09:00
nyanp 2e77385e99 s/LGBResult/ExperimentResult 2020-02-12 23:33:34 +09:00
Taiga Noumi e92a9b62c9 re-organize docs & add tutorial for feature-store 2020-02-12 20:58:07 +09:00
Taiga Noumi 77fc02c5b6 add link to slide 2020-02-12 08:21:11 +09:00
Taiga Noumi 0131227896 rename test 2020-02-12 08:21:01 +09:00
nyanp e2ea1f6216
Update experiment.rst 2020-02-11 17:34:15 +09:00
nyanp a6a066a994
Update experiment.rst 2020-02-11 16:18:52 +09:00
Taiga Noumi 1a2f8f5b10 tweak docs 2020-02-10 21:08:05 +09:00
Taiga Noumi b17324ca77 add tutorial docs 2020-02-10 20:54:50 +09:00
nyanp 694f51a028 fix readme 2020-02-09 16:06:23 +09:00
Taiga Noumi d210b73735 ver0.1.0 2020-02-06 20:28:40 +09:00
Taiga Noumi ca293fc239 add comment 2020-02-06 20:24:17 +09:00
nyanp 4103a3402a
Merge pull request #28 from nyanp/feature/feature-decorator
implement decorator for feature_store
2020-02-06 20:15:42 +09:00
Taiga Noumi 10b7f07ea9 implement decorator for feature_store 2020-02-06 08:21:26 +09:00
nyanp 97bcf06a1d
Merge pull request #27 from nyanp/feature/integrated-api
generalize experiment_gbdt to accept all sklearn estimators
2020-02-05 08:12:27 +09:00
nyanp d396217374
Update test_cross_validate.py 2020-02-05 07:55:28 +09:00
nyanp 7280d46081 fix import error 2020-02-04 23:45:34 +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 45b06f7dda
Merge pull request #25 from nyanp/tests/categorical-features
tuning_time_budget -> with_auto_hpo
2020-02-04 08:17:28 +09:00
Taiga Noumi 2e00cda1b6 tuning_time_budget -> with_auto_prep 2020-02-04 08:08:47 +09:00
nyanp 94a9819967 refactor filling na 2020-02-04 00:00:14 +09:00
nyanp 935f5fa497 fix categorical variable handling 2020-02-03 23:55:51 +09:00
nyanp 8dc0c4c78d
Merge pull request #24 from nyanp/tests/categorical-features
refactor mlflow parameters
2020-02-03 23:23:27 +09:00
Taiga Noumi fe055d75ac refactor mlflow parameters 2020-02-03 23:15:35 +09:00
nyanp cf947b1f45
Merge pull request #23 from nyanp/tests/categorical-features
Fix categorical feature handling in experiment_gbdt
2020-02-02 16:22:24 +09:00
Taiga Noumi 165c4fb31e Fix error in categorical variable treatment
add comment
2020-01-31 19:49:11 +09:00
nyanp 90a2ca297c
Merge pull request #21 from nyanp/feature/xgboost
support xgboost
2020-01-31 00:06:39 +09:00
nyanp 7265b1aa76 support xgboost 2020-01-31 00:05:51 +09:00