-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conversation
Will need to remove existing plots and give it a test run in case anything has deprecated
Co-Authored-By: Chris Burr <[email protected]>
It looks like there are some more imports to fix |
grid_search.GridSearchCV -> model_selection.GridSearchCV
@chrisburr down to <20mins on colab, is there any leeway we can get on the CI? |
@chrisburr unsure of what the issue is, and how to proceed with the last step: |
You can ignore that, it’s the bit that uploads it to the website but we can fix that later |
for more information, see https://pre-commit.ci
@jvmead finally unstalled it, the CI works again etc, back to this! And can we rename it to 33 maybe? So that all the 3 notebooks are classification/BDT/ML? |
updating name / index to fit current scheme
@jonas-eschle Hi! Great to hear :) I've renamed the lesson notebook as you suggest.
P.S. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the ci.yaml should then be removed, right?
For the additions, I would suggest to get this merged, and then quickly make a new PR with the additions? (sidenote, for future reference: name your branch more meaningful, i.e. paramtune, bdttutorial_hyper or whatever, not simply Patch-1 (which is a github default, I am aware)) |
Okay, sounds good. Can you remove the files and undo the changes?
Not quite, it does, but not the fork you created (maybe use the "sync fork" button in the repo). Btw, if you encounter technical difficulties along the way now, let me know (and if it's easier to add the changes now, we can too) |
my bad! I didn't mean to hit ready for review yet, I'm just reverting the changes to lesson 10 and 11 now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, looks good to me, lgtm once the CI passes
@jvmead , there seems to be an issue in the notebook, can you check and verify that you can run it locally? |
Head branch was pushed to by a user without write access
Should be all good now! |
Congrats on merging your first pull request 🎉! We greatly appreciate it. |
Congrats on merging this big PR! Btw, what the bot just commented is right: We'd be happy to add you to the community page @jvmead and @jonas-eschle :) |
Hi @klieret, |
You can also just send me the filled out template from https://hepsoftwarefoundation.org/howto-profile.html :) For fixing the inclusion: Probably you can simply start a new branch on your fork and create a PR from there, right? |
where is the contents page? hfs.github.io? or does it full straight from the markdown headings on the ipynb? |
an extension to the ML lessons, picking up where k-fold left off
currently runs into problems with the CI timing out, presumably due to long running time?
The successfully executed notebook with plots generated using full stats may be found here:
https://colab.research.google.com/drive/1I34R8eCck3wo1YX54WllUKJw9KdoID8Y