Go to file
2021-05-31 20:04:18 +02:00
.gitignore Add fixed bayes classification 2021-05-30 12:16:36 +02:00
1.png presntations 2021-05-31 18:56:34 +02:00
2.png presntations 2021-05-31 18:56:34 +02:00
3.png presntations 2021-05-31 18:56:34 +02:00
4.png presntations 2021-05-31 18:56:34 +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
presentation.ipynb add dataset in presentation 2021-05-31 20:04:18 +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
test.ipynb presntations 2021-05-31 18:56:34 +02:00
untitled.txt presntations 2021-05-31 18:56:34 +02:00

Instalacja:

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

pip install -r requirements.txt