Python/machine_learning
Kaushik Amar Das 4617aa78b2 DBSCAN algorithm (#1207)
* Added dbscan in two formats. A jupyter notebook file for the
storytelling and a .py file for people that just want to look at the
code. The code in both is essentially the same. With a few things
different in the .py file for plotting the clusters.

* fixed LGTM problems

* Some requested changes implemented.
Still need to do docstring

* implememted all changes as requested
2019-09-29 10:44:41 +02:00
..
dbscan DBSCAN algorithm (#1207) 2019-09-29 10:44:41 +02:00
random_forest_classification Travis CI: Add pytest --doctest-modules machine_learning (#1016) 2019-08-10 22:48:00 +02:00
random_forest_regression Travis CI: Add pytest --doctest-modules machine_learning (#1016) 2019-08-10 22:48:00 +02:00
decision_tree.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
gradient_descent.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
k_means_clust.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
knn_sklearn.py KNN (#944) 2019-07-05 14:17:18 +05:30
linear_regression.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
logistic_regression.py Infinite loop was fixed. (#1105) 2019-08-07 21:39:44 +02:00
naive_bayes.ipynb Validate Python filenames (#1086) 2019-07-30 15:32:13 +05:30
reuters_one_vs_rest_classifier.ipynb snake_case all the things 2018-10-19 17:14:25 -05:00
scoring_functions.py Modernize Python 2 code to get ready for Python 3 AGAIN 2018-01-21 08:25:19 +01:00
sequential_minimum_optimization.py Added sequential minimum optimization algorithm for SVM (#508) 2019-09-18 22:01:05 +08:00
support_vector_machines.py Rename sorted_vector_machines.py to support_vector_machines.py (#1195) 2019-09-22 16:56:32 +02:00