mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
b9b7fffcc2
* Add initial support for moving tests to GitHub * Add setup Python step in the workflow * Remove Travis CI config file * Fix GitHub action file for build to trigger on PR * Use Python 3.8 as tensorflow is not yet supported * Fix ciphers.hill_cipher doctest error * Fix: instagram crawler tests failing on GitHub actions * Fix floating point errors in doctest * Small change to test cache * Apply suggestions from code review Co-authored-by: Christian Clauss <cclauss@me.com> * Update instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> |
||
---|---|---|
.. | ||
forecasting | ||
lstm | ||
__init__.py | ||
astar.py | ||
data_transformations.py | ||
decision_tree.py | ||
gaussian_naive_bayes.py | ||
gradient_boosting_regressor.py | ||
gradient_descent.py | ||
k_means_clust.py | ||
k_nearest_neighbours.py | ||
knn_sklearn.py | ||
linear_discriminant_analysis.py | ||
linear_regression.py | ||
logistic_regression.py | ||
multilayer_perceptron_classifier.py | ||
polymonial_regression.py | ||
random_forest_classifier.py | ||
random_forest_regressor.py | ||
scoring_functions.py | ||
sequential_minimum_optimization.py | ||
similarity_search.py | ||
support_vector_machines.py | ||
word_frequency_functions.py |