mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
b1a769cf44
* Pure implementation of KNN added * Comments and test case added * doctest added |
||
---|---|---|
.. | ||
dbscan | ||
random_forest_classification | ||
random_forest_regression | ||
decision_tree.py | ||
gradient_descent.py | ||
k_means_clust.py | ||
k_nearest_neighbours.py | ||
knn_sklearn.py | ||
linear_regression.py | ||
logistic_regression.py | ||
naive_bayes.ipynb | ||
reuters_one_vs_rest_classifier.ipynb | ||
scoring_functions.py | ||
sequential_minimum_optimization.py | ||
support_vector_machines.py |