Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4. Hyper-parameter tuning (extension with XGBoost) #14

Merged
merged 59 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from 57 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
3d3d00d
Adding basci BDT hyperparameter tuning GridScanCV
Oct 31, 2019
f9838ab
Rename Hyperparameter tuning to 4_bHyperparameterTuning.ipynb
Oct 31, 2019
eef9eab
Rename 4_bHyperparameterTuning.ipynb to 4bHyperparameterTuning.ipynb
Oct 31, 2019
1ea1bfc
Update 4bHyperparameterTuning.ipynb
Oct 31, 2019
2a3e18a
Update 4bHyperparameterTuning.ipynb
Oct 31, 2019
110fe1a
Update 4bHyperparameterTuning.ipynb
Oct 31, 2019
8439ee0
Update 4bHyperparameterTuning.ipynb
Oct 31, 2019
32d0d63
Update 4bHyperparameterTuning.ipynb
Oct 31, 2019
57a4628
Update advanced-python/4bHyperparameterTuning.ipynb
Feb 26, 2020
743fc55
GridSearchCV
Feb 26, 2020
445d045
Update 4bHyperparameterTuning.ipynb
Feb 26, 2020
c7a9b9f
EOS mount -> HTTPS
Feb 26, 2020
9db1512
Update and rename 4bHyperparameterTuning.ipynb to 4bModelTuning.ipynb
Feb 28, 2020
8e2b4ab
re-adding formatting and versioning
Feb 28, 2020
1a449bb
Update 4bModelTuning.ipynb
Feb 28, 2020
0c31cd4
removing fresh installs
Feb 28, 2020
1d6c14b
Avoid build timeouts for an hour
chrisburr Feb 29, 2020
302316f
Update and rename .travis.yml to .github.yml
Feb 29, 2020
057006c
Update .github.yml
Feb 29, 2020
5f677ac
Rename .github.yml to .github/workflows/ci.yml
Feb 29, 2020
b12b8fb
Rename ci.yml to ci.yaml
Feb 29, 2020
55049d9
run: | wget -> wget: with:
Feb 29, 2020
485f442
source -> sh
Feb 29, 2020
1a36a39
Remove travis token
chrisburr Feb 29, 2020
7401f27
Fix indentation
chrisburr Feb 29, 2020
91a9f5c
Update ci.yaml
Feb 29, 2020
dc198b4
Fix more linter errors
chrisburr Feb 29, 2020
c529a89
timing info
Feb 29, 2020
b7fd112
initialise with conda init bash
Feb 29, 2020
e578fa2
Use conda from GitHub
chrisburr Feb 29, 2020
54d2446
Run on pull requests as well as push
chrisburr Feb 29, 2020
29bcb9a
Activate my-analysis-env when building webpage
chrisburr Feb 29, 2020
a360e42
optimal significance cut fix, add mass comparison
Feb 29, 2020
58d95fb
remove fresh installs
Feb 29, 2020
4c256cd
added to toctree
Mar 2, 2020
0697953
checking expired logs
Nov 24, 2020
657c723
Update 4bModelTuning.ipynb
Dec 5, 2021
6593bc1
merging changes from hsf master into patch to migrate away from old CI
Jan 31, 2022
5a7ee43
Update 4bModelTuning.ipynb
Jan 31, 2022
8479288
Update 4bModelTuning.ipynb
Feb 3, 2022
587043e
Update 4bModelTuning.ipynb
Feb 3, 2022
e99761c
Update 4bModelTuning.ipynb
Feb 3, 2022
352af71
Update 4bModelTuning.ipynb
Feb 3, 2022
c3c19bb
Update 4bModelTuning.ipynb
Mar 17, 2022
38a09a8
Update 4bModelTuning.ipynb
Mar 17, 2022
86e42c3
Update 4bModelTuning.ipynb
May 7, 2022
b20afb9
adding 4b to toctree
May 9, 2022
302b22e
Merge branch 'master' into patch-1
jonas-eschle Nov 9, 2023
1782f03
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 9, 2023
358f40f
Rename 4bModelTuning.ipynb to 33ModelTuning.ipynb
jvmead Nov 13, 2023
ef301eb
Merge branch 'master' into patch-1
jonas-eschle Nov 28, 2023
dd41f83
Merge branch 'master' into patch-1
jonas-eschle Nov 28, 2023
697490a
Update README.md
jonas-eschle Nov 28, 2023
1ab01ec
removed ci.yaml
Nov 28, 2023
1600672
removing unnecessary changes to 10Basics.ipynb
jvmead Nov 28, 2023
d23e767
Removing unnecessary changes to 11AdvancedPython.ipynb
jvmead Nov 28, 2023
4ad08cf
added warning about class definitions dependance upon side bands
Nov 28, 2023
d9afd62
adding missing sig_df for last check
Dec 5, 2023
446427c
Merge branch 'master' into patch-1
jonas-eschle Dec 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced-python/10Basics.ipynb
jonas-eschle marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
},
"outputs": [],
"source": [
"{'a': 'b'}.get?"
"{'a': 'b'}.get?"
]
},
{
Expand Down
Loading
Loading