mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
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:
@ -15,3 +15,4 @@ scikit-fuzzy
|
||||
sklearn
|
||||
sympy
|
||||
tensorflow; python_version < '3.8'
|
||||
xgboost
|
||||
|
Reference in New Issue
Block a user