mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
3fdbf9741d
* Upgrade to Python 3.9 * pip install wheel for faster builds * updating DIRECTORY.md * requirements.txt: tensorflow; python_version < '3.9' * keras requires tensorflow * Rename lstm_prediction.py to lstm_prediction.py_tf * Update requirements.txt * updating DIRECTORY.md * Update requirements.txt Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.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 |