Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Fix solution-1 #38

Merged
merged 4 commits into from
Jun 4, 2018
Merged

Fix solution-1 #38

merged 4 commits into from
Jun 4, 2018

Conversation

pknut
Copy link

@pknut pknut commented Jun 4, 2018

No description provided.

Copy link
Member

@kamil-kaczmarek kamil-kaczmarek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@kamil-kaczmarek kamil-kaczmarek merged commit 0fda643 into minerva-ml:dev-solution-1 Jun 4, 2018
@kamil-kaczmarek kamil-kaczmarek self-assigned this Jun 4, 2018
@kamil-kaczmarek kamil-kaczmarek added this to the solution 1 milestone Jun 4, 2018
kamil-kaczmarek pushed a commit that referenced this pull request Jun 5, 2018
* dev-Solution1 (#16)

* solution 1

* Add features

* random-search (#17)

* random-search

* Update neptune.yaml

* Solution 1 - upgrade (#18)

* Remove save_eval function

* Add more features

* Refactor code - steppy 0.1.1 (#22)

* Refactor code

* Include suggested changes

* Update models.py

* Verifying submittion (#26)

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* added requirements

* optimized imports

* Fix solution-1 (#38)

* Refactor code

* Fix

* small refactor

* added neptune-cli to requirements

* added steppy-toolkit to requirements

* one line clip in postprocessing (#39)

* cleaning code for realease of the solution-1

* cleaning code for the solution-1

* cleaning code for the solution-1 (again)
kamil-kaczmarek pushed a commit that referenced this pull request Jun 6, 2018
* dev-Solution1 (#16)

* solution 1

* Add features

* random-search (#17)

* random-search

* Update neptune.yaml

* Solution 1 - upgrade (#18)

* Remove save_eval function

* Add more features

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* kaggle-api

* Refactor code - steppy 0.1.1 (#22)

* Refactor code

* Include suggested changes

* Update models.py

* Verifying submittion (#26)

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* added requirements

* optimized imports

* Fix solution-1 (#38)

* Refactor code

* Fix

* small refactor

* added neptune-cli to requirements

* Fix

* Fix 2

* Update kaggle-message

* Update neptune.yaml

* Fix neptune_random_search.yaml

* Update neptune.yaml

* Update neptune_random_search.yaml

* Update main.py

* Update main.py
pknut added a commit to pknut/open-solution-home-credit that referenced this pull request Jun 6, 2018
* dev-Solution1 (minerva-ml#16)

* solution 1

* Add features

* random-search (minerva-ml#17)

* random-search

* Update neptune.yaml

* Solution 1 - upgrade (minerva-ml#18)

* Remove save_eval function

* Add more features

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* kaggle-api

* Refactor code - steppy 0.1.1 (minerva-ml#22)

* Refactor code

* Include suggested changes

* Update models.py

* Verifying submittion (minerva-ml#26)

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* added requirements

* optimized imports

* Fix solution-1 (minerva-ml#38)

* Refactor code

* Fix

* small refactor

* added neptune-cli to requirements

* Fix

* Fix 2

* Update kaggle-message

* Update neptune.yaml

* Fix neptune_random_search.yaml

* Update neptune.yaml

* Update neptune_random_search.yaml

* Update main.py

* Update main.py
kamil-kaczmarek pushed a commit that referenced this pull request Jun 19, 2018
* dev-Solution1 (#16)

* solution 1

* Add features

* random-search (#17)

* random-search

* Update neptune.yaml

* Solution 1 - upgrade (#18)

* Remove save_eval function

* Add more features

* Refactor code

* Add groupby aggregation

* Add numerical_features to groupby_aggregation

* Add AGGREGATION_RECIPIES

* Refactor code - steppy 0.1.1 (#22)

* Refactor code

* Include suggested changes

* Update models.py

* Verifying submittion (#26)

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* added requirements

* optimized imports

* Fix solution-1 (#38)

* Refactor code

* Fix

* small refactor

* added neptune-cli to requirements

* added steppy-toolkit to requirements

* one line clip in postprocessing (#39)

* Kaggle api (#42)

* dev-Solution1 (#16)

* solution 1

* Add features

* random-search (#17)

* random-search

* Update neptune.yaml

* Solution 1 - upgrade (#18)

* Remove save_eval function

* Add more features

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* kaggle-api

* Refactor code - steppy 0.1.1 (#22)

* Refactor code

* Include suggested changes

* Update models.py

* Verifying submittion (#26)

* Refactor code

* Do not save submission if dev_mode

* Verifying submittion

* Add USELESS_COLUMNS

* Include remaining features

* Fix random search

* added requirements

* optimized imports

* Fix solution-1 (#38)

* Refactor code

* Fix

* small refactor

* added neptune-cli to requirements

* Fix

* Fix 2

* Update kaggle-message

* Update neptune.yaml

* Fix neptune_random_search.yaml

* Update neptune.yaml

* Update neptune_random_search.yaml

* Update main.py

* Update main.py

* modify neptune.yaml and pipeline_config.py (#45)

* dev-Solution1 (#16)

* solution 1

* Add features

* random-search (#17)

* random-search

* Update neptune.yaml

* Solution 1 - upgrade (#18)

* Remove save_eval function

* Add more features

* Refactor code

* Modify neptune.yaml

* Modify pipeline_config.py

* Modify

* Update feature_extraction.py

* small corrections

* Add features from bureau.csv

* Extract filename from path

* Random forest implementation

* Yaml files update

* Log reg implementation

* small corrections, ToNumpyLabel moved to utils

* Some code cleaning

* Normalizer implementation

* TargetEncoding replaced by OrdinalEncoding

* SVC added, yaml files update

* Category encoding (#48)

* TargetEncoding replaced by OrdinalEncoding

* Typo fix

* corrections

* small changes in RandomSearchOptimizer

* refactored pipeline_config, added RANDOM_SEED const, added data shuffle param in both yamls

* removed stratified split, log loss row, save_eval is parameter_eval, updated reqs, optimized imports, refactored to work with steppy >= 0.1.2,

* refactored pipeline_config, moved LightGBM to steppy-toolkit, added logging to main.py and changed its structure

* prepared yamls

* small refactors

* bug fix in hyperparam tuning, changed structure in pipelines.py

* correction

* moved pipeline blocks to separate file

* added XGBoost to the pipelines, small refactors
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants