Python/machine_learning
Du Yuanchao 4d0a8f2355
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>
2020-09-10 10:31:26 +02:00
..
lstm isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
astar.py Fixes in Bidirectional A* (#2020) 2020-05-21 21:50:52 +02:00
data_transformations.py Added Normalization and Standardization Algorithms (#2192) 2020-07-10 15:36:51 +02:00
decision_tree.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
gaussian_naive_bayes.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
gradient_descent.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
k_means_clust.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
k_nearest_neighbours.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
knn_sklearn.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
linear_discriminant_analysis.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
linear_regression.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
logistic_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
multilayer_perceptron_classifier.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
polymonial_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
random_forest_classifier.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
random_forest_regressor.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
scoring_functions.py Update scoring_functions.py (#2291) 2020-09-09 19:04:46 +02:00
sequential_minimum_optimization.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
support_vector_machines.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
word_frequency_functions.py added idf-smooth (#2174) 2020-09-02 19:33:12 +02:00