项目作者: chandlerbaggett

项目描述 :
Classification of wine description into a variety using machine learning
高级语言: Python
项目地址: git://github.com/chandlerbaggett/hackCU.git
创建时间: 2018-02-24T23:09:01Z
项目社区:https://github.com/chandlerbaggett/hackCU

开源协议:

下载


hackCU

Python is required to run this program.

Insert into wineCharacteristics.txt characteristics of a wine variety separated by a space. Run the program by typing “python classify.py”.

For example:

  1. Your wineCharacteristics file might look like the following:
  2. light tannins cabbage wet leaves strawberry raspberry cherry mushroom meaty
  3. Running python classify.py would return the following:
  4. Pinot Noir

The program was created by running a Naive Bayes machine learning classification algorithm on a dataset containing wine varieties and their respective descriptions. The dataset was found on Kaggle.

Be patient as training occurs every time the program is ran