Python/machine_learning
vinayak 2d3d660155
black fixes and Travis CI fixes (#2160)
* black format

* updating DIRECTORY.md

* fixes

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-02 20:02:15 +05:30
..
lstm Added Lstm example for stock predection (#1908) 2020-05-07 08:53:44 +02:00
astar.py Fixes in Bidirectional A* (#2020) 2020-05-21 21:50:52 +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 Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
k_means_clust.py add visualization of k means clustering as excel format (#2104) 2020-06-19 17:55:13 +02: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 Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02: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 Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02: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 Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
sequential_minimum_optimization.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
support_vector_machines.py support_vector_machines.py increase error tolerance to suppress convergence warnings (#1929) 2020-05-02 21:19:45 +02:00
word_frequency_functions.py black fixes and Travis CI fixes (#2160) 2020-07-02 20:02:15 +05:30