File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 319
319
* [ Data Transformations] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/data_transformations.py )
320
320
* [ Decision Tree] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/decision_tree.py )
321
321
* [ Gaussian Naive Bayes] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/gaussian_naive_bayes.py )
322
+ * [ Gradient Boosting Regressor] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/gradient_boosting_regressor.py )
322
323
* [ Gradient Descent] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/gradient_descent.py )
323
324
* [ K Means Clust] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/k_means_clust.py )
324
325
* [ K Nearest Neighbours] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/k_nearest_neighbours.py )
You can’t perform that action at this time.
0 commit comments