Python/machine_learning
matkosoric 7f04e5cd34
contribution guidelines checks (#1787)
* spelling corrections

* review

* improved documentation, removed redundant variables, added testing

* added type hint

* camel case to snake case

* spelling fix

* review

* python --> Python # it is a brand name, not a snake

* explicit cast to int

* spaces in int list

* "!= None" to "is not None"

* Update comb_sort.py

* various spelling corrections in documentation & several variables naming conventions fix

* + char in file name

* import dependency - bug fix

Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-03-04 13:40:28 +01:00
..
decision_tree.py psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
gradient_descent.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
k_means_clust.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
k_nearest_neighbours.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
knn_sklearn.py Improved readability (#1615) 2019-12-07 06:39:59 +01:00
linear_discriminant_analysis.py Adding doctests into LDA algorithm (#1621) 2019-12-08 23:15:17 +01:00
linear_regression.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
logistic_regression.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
multilayer_perceptron_classifier.py Added Multilayer Perceptron (sklearn) (#1609) 2019-12-03 12:17:42 +01:00
polymonial_regression.py Remove code with side effects from main (#1577) 2019-11-17 19:38:48 +01:00
random_forest_regressor.py Added Random Forest Regressor and tested with flake8 (#1733) 2020-02-08 00:07:14 +05:30
scoring_functions.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
sequential_minimum_optimization.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
support_vector_machines.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00