Python/machine_learning
Christian Clauss 26b0803319
Simplify sudoku.is_completed() using builtin all() (#1608)
* Simplify sudoku.is_completed() using builtin all()

Simplify __sudoku.is_completed()__ using Python builtin function [__all()__](https://docs.python.org/3/library/functions.html#all).

* fixup! Format Python code with psf/black push

* Update sudoku.py

* fixup! Format Python code with psf/black push

* Old style exception -> new style for Python 3

* updating DIRECTORY.md

* Update convex_hull.py

* fixup! Format Python code with psf/black push

* e.args[0] = "msg"

* ValueError: could not convert string to float: 'pi'

* Update convex_hull.py

* fixup! Format Python code with psf/black push
2019-12-08 22:42:17 +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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
k_nearest_neighbours.py Add Topological Sort (#1302) 2019-10-18 08:13:58 +02:00
knn_sklearn.py Improved readability (#1615) 2019-12-07 06:39:59 +01:00
linear_discriminant_analysis.py Improved readability (#1615) 2019-12-07 06:39:59 +01:00
linear_regression.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
logistic_regression.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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
scoring_functions.py added doctests to scoring_functions.py (#1300) 2019-10-08 13:12:27 +05:00
sequential_minimum_optimization.py Simplify sudoku.is_completed() using builtin all() (#1608) 2019-12-08 22:42:17 +01:00
support_vector_machines.py Rename sorted_vector_machines.py to support_vector_machines.py (#1195) 2019-09-22 16:56:32 +02:00