Python/machine_learning
Christian Clauss 6acd7fb5ce
Wrap lines that go beyond GitHub Editor (#1925)
* Wrap lines that go beyond GiHub Editor

* flake8 --count --select=E501 --max-line-length=127

* updating DIRECTORY.md

* Update strassen_matrix_multiplication.py

* fixup! Format Python code with psf/black push

* Update decision_tree.py

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-01 23:36:35 +02:00
..
decision_tree.py Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00
gaussian_naive_bayes.py Create gaussian_naive_bayes.py (#1861) 2020-04-17 09:38:44 +08: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 Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02: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_classifier.py Fix some typos in random forest classifier (#1858) 2020-04-13 02:15:48 +02:00
random_forest_regressor.py Update random_forest_regressor.py (#1880) 2020-04-17 12:43:50 +02:00
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 Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00