We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b28c6b commit 8709ed8Copy full SHA for 8709ed8
1 file changed
DIRECTORY.md
@@ -605,6 +605,7 @@
605
* [Gradient Boosting Classifier](machine_learning/gradient_boosting_classifier.py)
606
* [Gradient Descent](machine_learning/gradient_descent.py)
607
* [K Means Clust](machine_learning/k_means_clust.py)
608
+ * [K Means Plus Plus](machine_learning/k_means_plus_plus.py)
609
* [K Nearest Neighbours](machine_learning/k_nearest_neighbours.py)
610
* [Linear Discriminant Analysis](machine_learning/linear_discriminant_analysis.py)
611
* [Linear Regression](machine_learning/linear_regression.py)
0 commit comments