Optimized recursive_bubble_sort (#2410)
* optimized recursive_bubble_sort
* Fixed doctest error due whitespace
* reduce loop times for optimization
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -135,8 +135,7 @@ class Decision_Tree:
|
||||
|
||||
|
||||
class Test_Decision_Tree:
|
||||
"""Decision Tres test class
|
||||
"""
|
||||
"""Decision Tres test class"""
|
||||
|
||||
@staticmethod
|
||||
def helper_mean_squared_error_test(labels, prediction):
|
||||
|
||||
Reference in New Issue
Block a user