mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
21ed8968c0
* implement bidirectional astar * add type hints * add wikipedia url * format with black * changes from review * fix collision check * Add testmod() * # doctest: +NORMALIZE_WHITESPACE * Codespell: euclidean * Codespell: coordinates * Codespell: traversal * Codespell: remaining Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: Christian Clauss <cclauss@me.com> |
||
---|---|---|
.. | ||
lstm | ||
astar.py | ||
decision_tree.py | ||
gaussian_naive_bayes.py | ||
gradient_descent.py | ||
k_means_clust.py | ||
k_nearest_neighbours.py | ||
knn_sklearn.py | ||
linear_discriminant_analysis.py | ||
linear_regression.py | ||
logistic_regression.py | ||
multilayer_perceptron_classifier.py | ||
polymonial_regression.py | ||
random_forest_classifier.py | ||
random_forest_regressor.py | ||
scoring_functions.py | ||
sequential_minimum_optimization.py | ||
support_vector_machines.py |