Python/machine_learning
Dan Murphy b368b1ecfd
NLP Word Frequency Algorithms (#2142)
* NLP Word Frequency Algorithms

* Added type hints and Wikipedia link to tf-idf

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Fix line length for flake8

* Fix line length for flake8 V2

* Add line escapes and change int to float

* Corrected doctests

* Fix for TravisCI

* Fix for TravisCI V2

* Tests passing locally

* Tests passing locally

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update machine_learning/word_frequency_functions.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Add doctest examples and clean up docstrings

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-06-25 10:00:43 +02:00
..
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 NLP Word Frequency Algorithms (#2142) 2020-06-25 10:00:43 +02:00