Python/machine_learning
Dan Murphy 1f1c3b0e4b
Added Normalization and Standardization Algorithms (#2192)
* Added Standardization and Normalization algorithms with built-in stats

* Implement ndigits for rounding

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-07-10 15:36:51 +02:00
..
lstm isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
astar.py Fixes in Bidirectional A* (#2020) 2020-05-21 21:50:52 +02:00
data_transformations.py Added Normalization and Standardization Algorithms (#2192) 2020-07-10 15:36:51 +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 isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
gradient_descent.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
k_means_clust.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
k_nearest_neighbours.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
knn_sklearn.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
linear_discriminant_analysis.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
linear_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
logistic_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
multilayer_perceptron_classifier.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
polymonial_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
random_forest_classifier.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
random_forest_regressor.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
scoring_functions.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
sequential_minimum_optimization.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
support_vector_machines.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
word_frequency_functions.py black fixes and Travis CI fixes (#2160) 2020-07-02 20:02:15 +05:30