Skip to content

Keywords—classification, supervised learning, Random Forest, K-Nearest Neighbor(K-NN), Naïve Bayes, Decision tree, Support Vector machine

Notifications You must be signed in to change notification settings

RubaiyadNoorShahriar1999/Wine-Quality-Testing--Machine-Learning

Repository files navigation

Wine-Quality-Testing

Index Terms and Purpose of Reasearch

Keywords—classification, supervised learning, Random Forest, K-Nearest Neighbor(K-NN), Naïve Bayes, Decision tree, Support Vector machine

  • Used Naïve Bayes, K-Nearest Neighbor, Support Vector Machine, Random Forest, and Decision tree algorithms to classify the Red Wine Quality dataset and provided a comparative discussion on the most efficient result.

About Jupyter Environment

  • Project Jupyter is a project with goals to develop open-source software, open standards, and services for interactive computing across multiple programming languages. It was spun off from IPython in 2014 by Fernando Pérez and Brian Granger.
  • JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning. A modular design invites extensions to expand and enrich functionality.

Installation

  • Project Jupyter’s tools are available for installation via the Python Package Index, the leading repository of software created for the Python programming language. This page uses instructions with pip, the recommended installation tool for Python. If you require environment management as opposed to just installation, look into conda, mamba, and pipenv.

JupyterLab

Install JupyterLab with pip:

pip install jupyterlab
  • Note: If you install JupyterLab with conda or mamba, we recommend using the conda-forge channel.

Once installed, launch JupyterLab with:

jupyter-lab

Jupyter Notebook

Install the classic Jupyter Notebook with:

pip install notebook

To run the notebook:

jupyter notebook

Copy_of_Red_Wine_Blog_Post_Header

All rights reserved by Rubaiyad Noor Shahriar

About

Keywords—classification, supervised learning, Random Forest, K-Nearest Neighbor(K-NN), Naïve Bayes, Decision tree, Support Vector machine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published