Shaurya Bisht
Shaurya Bisht
In previous version there was no balancing of tree after deletion that should take balance factor in account. So, I updated the code using balance factor. ### Describe your change:...
There was some logical error in implementation of delete node function. Also we don't need to find balance factor 2 times so made separate variable. ### Describe your change: *...
### Describe your change: * [x] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note: Please...
### **User description** ### 🔗 Related Issues Fixes #15697 ### 💥 What does this PR do? Fixes `mypy` type annotation errors in `py/selenium/webdriver/remote/webdriver.py`. ### 🔧 Implementation Notes Improved type annotations...
#### Reference Issues/PRs Towards #27462 #### What does this implement/fix? Explain your changes. This PR adds `xlim` and `ylim` parameters to `DecisionBoundaryDisplay.from_estimator()` to allow users to override the automatic data-based...