Commit 1b057d0
feat: kaggle refactor (#489)
* init trail
* Add spec info
* auto unzip mlebench prepared data for out scenario
* successfully run example
* successfully run main
* simplify load traing
* extract load_from_raw_data
* split the fies(still buggy)
It should stop on ~20 epoch and reach the end
* some changes
* Fix bug to run example
* (success) until feature
* refine model and ensemble
* add metrics in ens.py
* update README & spec.md
* ens change
* fix ens bug
* Delete rdagent/scenarios/kaggle/tpl_ex/aerial-cactus-identification/train.py
* add template_path in KG_conf
* fix test kaggle
* CI
* make test_import not check kaggle template codes
---------
Co-authored-by: Bowen Xian <[email protected]>1 parent a9caab7 commit 1b057d0
File tree
184 files changed
+588
-11
lines changed- rdagent
- app/kaggle
- scenarios/kaggle
- experiment
- templates
- covid19-global-forecasting-week-1
- feature
- model
- digit-recognizer
- feature
- model
- feedback-prize-english-language-learning
- feature
- model
- forest-cover-type-prediction
- feature
- model
- meta_tpl_deprecated
- feature
- model
- new-york-city-taxi-fare-prediction
- feature
- model
- optiver-realized-volatility-prediction
- feature
- model
- playground-series-s3e11
- feature
- model
- playground-series-s3e14
- feature
- model
- playground-series-s3e16
- feature
- model
- playground-series-s3e26
- feature
- model
- playground-series-s4e5
- feature
- model
- playground-series-s4e8
- feature
- model
- playground-series-s4e9
- feature
- model
- sf-crime
- feature
- model
- spaceship-titanic
- feature
- model
- statoil-iceberg-classifier-challenge
- feature
- model
- tabular-playground-series-dec-2021
- feature
- model
- tabular-playground-series-may-2022
- feature
- model
- ventilator-pressure-prediction
- feature
- model
- tpl_ex
- aerial-cactus-identification
- meta
- utils
- test/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+588
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
0 commit comments