Python/machine_learning
ELNS 140b79b4b2 Adding Linear Discriminant Analysis (#1592)
* Adding new file to the machine_learning directory

* Adding initial documentation

* importing modules

* Adding Normal_gen function

* Adding Y_gen function

* Adding mean_calc function

* Adding prob_calc function

* Adding var_calc function

* Adding predict function

* Adding accuracy function

* Adding main function

* Renaming LDA file

* Adding requested changes

* Renaming some of functions

* Refactoring str.format() statements to f-string

* Removing unnecessary list objects inside two functions

* changing code style in some lines

* Fixing y_generator function

* Refactoring 'predict_y_values' function by using list comprehensions

* Changing code style in import statements

* Refactoring CLI code block

* fixup! Format Python code with psf/black push

* No lines longer than 88 characters
2019-11-26 12:57:53 +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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
linear_discriminant_analysis.py Adding Linear Discriminant Analysis (#1592) 2019-11-26 12:57:53 +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
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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
support_vector_machines.py Rename sorted_vector_machines.py to support_vector_machines.py (#1195) 2019-09-22 16:56:32 +02:00