Python/requirements.txt
Prince Gangurde b64c4af296
Create gaussian_naive_bayes.py (#1861)
* Create Gaussian_Naive_Bayes.py

Added Gaussian Naive Bayes algorithm in the module machine learning

* Rename Gaussian_Naive_Bayes.py to gaussian_naive_bayes.py

* requirements.txt: pip install xgboost

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-04-17 09:38:44 +08:00

19 lines
198 B
Plaintext

beautifulsoup4
black
fake_useragent
flake8
matplotlib
mypy
numpy>=1.17.4
opencv-python
pandas
pillow
pytest
pytest-cov
requests
scikit-fuzzy
sklearn
sympy
tensorflow; python_version < '3.8'
xgboost