-
Notifications
You must be signed in to change notification settings - Fork 53
removed n_clusters from elbow_curve #247
removed n_clusters from elbow_curve #247
Conversation
still working on fixing the test_clustering.oy file |
as a general tip: open the PR until it's ready. if you want to open a PR for early feedback or to test the CI, mark is as a draft |
Pull Request Test Coverage Report for Build 4015018253
💛 - Coveralls |
Pull Request Test Coverage Report for Build 4017940789Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@WSShawn the CI is failing, converting to draft |
Sorry for all the commits, I'll mark it as draft first next time. Also, do we have any experience dealing with the Tcl installation error before? I'm not sure what that means. @edublancas @idomic |
tcl is a conda error, trigger the CI again to fix it |
@edublancas need some help with the readthedocs error. |
the error is: |
Thanks! Let's see how it goes this time. |
I think it's the same error again |
ok, looked at the error. I think the real reason is the timeout - there is one cell in a notebook that's taking longer than expected. check out the jupyter-book documentation, I remember seeing how to extend the cell timeout; if that doesn't work, then we'd need to investigate why this is failing. perhaps we can reduce the runtime of that cell to fix it |
@edublancas found this about cell execution timeout. Is this what we want? If yes, which file did we use to set up sphinx? Thanks! |
Having the same issue, seems to be set in docs/conf.py? (looking at |
Thanks! Any specific value did you use to fix this? @gtduncan |
It seems to fail even when I set it fairly high (120 seconds), maybe it's something wrong with the cell |
@edublancas could this cell be trying to extract n_clusters? Here is a preview of the cell contents:['# models with their corresponding parameters', 'params = [{', " 'model': 'sklearn.ensemble.RandomForestRegressor',", " 'params': {", " 'n_estimators': 50"]
|
@WSShawn please rebase on master and let me know if this is ready for review. |
8ebac33
to
e2ef0ec
Compare
remember to also delete the deprecation message in the docstring, the one that begins with |
ok, I'll delete it tonight after my class |
Describe your changes
removed n_clusters from elbow_curve()
Issue ticket number and link
Closes #190
Checklist before requesting a review
📚 Documentation preview 📚: https://sklearn-evaluation--247.org.readthedocs.build/en/247/