Python/machine_learning
Erwin Lejeune 21ed8968c0
Fixes in Bidirectional A* (#2020)
* 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>
2020-05-21 21:50:52 +02:00
..
lstm Added Lstm example for stock predection (#1908) 2020-05-07 08:53:44 +02:00
astar.py Fixes in Bidirectional A* (#2020) 2020-05-21 21:50:52 +02:00
decision_tree.py Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00
gaussian_naive_bayes.py Create gaussian_naive_bayes.py (#1861) 2020-04-17 09:38:44 +08:00
gradient_descent.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
k_means_clust.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
k_nearest_neighbours.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
knn_sklearn.py Improved readability (#1615) 2019-12-07 06:39:59 +01:00
linear_discriminant_analysis.py Adding doctests into LDA algorithm (#1621) 2019-12-08 23:15:17 +01:00
linear_regression.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
logistic_regression.py Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00
multilayer_perceptron_classifier.py Added Multilayer Perceptron (sklearn) (#1609) 2019-12-03 12:17:42 +01:00
polymonial_regression.py Remove code with side effects from main (#1577) 2019-11-17 19:38:48 +01:00
random_forest_classifier.py Fix some typos in random forest classifier (#1858) 2020-04-13 02:15:48 +02:00
random_forest_regressor.py Update random_forest_regressor.py (#1880) 2020-04-17 12:43:50 +02:00
scoring_functions.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
sequential_minimum_optimization.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
support_vector_machines.py support_vector_machines.py increase error tolerance to suppress convergence warnings (#1929) 2020-05-02 21:19:45 +02:00