mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
12f69a86f5
* Remove code with side effects from main When running tests withy pytest, some modules execute code in main scope and open plot or browser windows. Moves such code under `if __name__ == "__main__"`. * fixup! Format Python code with psf/black push |
||
---|---|---|
.. | ||
decision_tree.py | ||
gradient_descent.py | ||
k_means_clust.py | ||
k_nearest_neighbours.py | ||
knn_sklearn.py | ||
linear_regression.py | ||
logistic_regression.py | ||
polymonial_regression.py | ||
scoring_functions.py | ||
sequential_minimum_optimization.py | ||
support_vector_machines.py |