Skip to content

ChanduKReddy99/NaiveBayes_Wine.csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaiveBayes_WineQuality

create virtual env & activate it

conda create -p .venv python=3.7 -y
source activate .venv/

create a requirements.txt file & install the required libs

touch requirements.txt
pip install -r requirements.txt

Install jupyter notebook to develop code

pip install jupyter notebook

create a data dir and get the data in to that directory

mkdir data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors