Go to file
2021-05-30 12:16:36 +02:00
.gitignore Add fixed bayes classification 2021-05-30 12:16:36 +02:00
bayes.py Add fixed bayes classification 2021-05-30 12:16:36 +02:00
healthcare-dataset-stroke-data.csv naivebayes 2021-05-29 12:20:28 +02:00
main.ipynb naivebayes 2021-05-29 12:20:28 +02:00
README Add fixed bayes classification 2021-05-30 12:16:36 +02:00
requirements.txt Add fixed bayes classification 2021-05-30 12:16:36 +02:00

Instalacja:

python -m venv env
source ./env/bin/activate

pip install -r requirements.txt