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>
This commit is contained in:
Prince Gangurde
2020-04-17 07:08:44 +05:30
committed by GitHub
parent d2e8e6215e
commit b64c4af296
2 changed files with 46 additions and 0 deletions

View File

@ -15,3 +15,4 @@ scikit-fuzzy
sklearn
sympy
tensorflow; python_version < '3.8'
xgboost