cl;asification problem using classification models in supervised learning

Overview

wine-quality-predition---classification

cl;asification problem using classification models in supervised learning

Wine Quality Prediction Analysis - Classification

Dataset Information

The two datasets are related to red and white variants of the Portuguese "Vinho Verde" wine. These datasets can be viewed as classification or regression tasks. The classes are ordered and not balanced (e.g. there are munch more normal wines than excellent or poor ones). Outlier detection algorithms could be used to detect the few excellent or poor wines. Also, we are not sure if all input variables are relevant. So it could be interesting to test feature selection methods. Two datasets were combined and few values were randomly removed.

Attribute Information:

Input variables (based on physicochemical tests):
1 - fixed acidity
2 - volatile acidity
3 - citric acid
4 - residual sugar
5 - chlorides
6 - free sulfur dioxide
7 - total sulfur dioxide
8 - density
9 - pH
10 - sulphates
11 - alcohol
Output variable (based on sensory data):
12 - quality (score between 0 and 10)

Download link: https://www.kaggle.com/rajyellow46/wine-quality

Libraries

  • numpy
  • pandas
  • matplotlib
  • seaborn
  • scikit-learn

    Future Work

  • Handling missing values
  • Removing Outliers
  • Removing Attributes
  • Random oveerSampling

    Algorithms

  • Logistic Regression
  • Decision Tree
  • Random Forest
  • KNn
  • svm in SVC
  • Extra Tress
  • LightGBM

    Best Model Accuracy: 90.00 -> from Extra tree classifier

  • Owner
    Vineeth Reddy Gangula
    The guy who loves to explore the thrill of adventure!!! Follow the passion no matter what comes in the way... Rise up and push past your limits..!
    Vineeth Reddy Gangula
    Implementation of our paper "DMT: Dynamic Mutual Training for Semi-Supervised Learning"

    DMT: Dynamic Mutual Training for Semi-Supervised Learning This repository contains the code for our paper DMT: Dynamic Mutual Training for Semi-Superv

    Zhengyang Feng 120 Dec 30, 2022
    This repository contains the implementation of the HealthGen model, a generative model to synthesize realistic EHR time series data with missingness

    HealthGen: Conditional EHR Time Series Generation This repository contains the implementation of the HealthGen model, a generative model to synthesize

    0 Jan 20, 2022
    ChineseBERT: Chinese Pretraining Enhanced by Glyph and Pinyin Information

    ChineseBERT: Chinese Pretraining Enhanced by Glyph and Pinyin Information This repository contains code, model, dataset for ChineseBERT at ACL2021. Ch

    413 Dec 01, 2022
    C3D is a modified version of BVLC caffe to support 3D ConvNets.

    C3D C3D is a modified version of BVLC caffe to support 3D convolution and pooling. The main supporting features include: Training or fine-tuning 3D Co

    Meta Archive 1.1k Nov 14, 2022
    Tools for the Cleveland State Human Motion and Control Lab

    Introduction This is a collection of tools that are helpful for gait analysis. Some are specific to the needs of the Human Motion and Control Lab at C

    CSU Human Motion and Control Lab 88 Dec 16, 2022
    [CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing

    Anycost GAN video | paper | website Anycost GANs for Interactive Image Synthesis and Editing Ji Lin, Richard Zhang, Frieder Ganz, Song Han, Jun-Yan Zh

    MIT HAN Lab 726 Dec 28, 2022
    Scales, Chords, and Cadences: Practical Music Theory for MIR Researchers

    ISMIR-musicTheoryTutorial This repository has slides and Jupyter notebooks for the ISMIR 2021 tutorial Scales, Chords, and Cadences: Practical Music T

    Johanna Devaney 58 Oct 11, 2022
    Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets"

    Status: Archive (code is provided as-is, no updates expected) InfoGAN Code for reproducing key results in the paper InfoGAN: Interpretable Representat

    OpenAI 1k Dec 19, 2022
    Implementation of Deep Deterministic Policy Gradiet Algorithm in Tensorflow

    ddpg-aigym Deep Deterministic Policy Gradient Implementation of Deep Deterministic Policy Gradiet Algorithm (Lillicrap et al.arXiv:1509.02971.) in Ten

    Steven Spielberg P 247 Dec 07, 2022
    Code and data for the paper "Hearing What You Cannot See"

    Hearing What You Cannot See: Acoustic Vehicle Detection Around Corners Public repository of the paper "Hearing What You Cannot See: Acoustic Vehicle D

    TU Delft Intelligent Vehicles 26 Jul 13, 2022
    Caffe-like explicit model constructor. C(onfig)Model

    cmodel Caffe-like explicit model constructor. C(onfig)Model Installation pip install git+https://github.com/bonlime/cmodel Usage In order to allow usi

    1 Feb 18, 2022
    BESS: Balanced Evolutionary Semi-Stacking for Disease Detection via Partially Labeled Imbalanced Tongue Data

    Balanced-Evolutionary-Semi-Stacking Code for the paper ''BESS: Balanced Evolutionary Semi-Stacking for Disease Detection via Partially Labeled Imbalan

    0 Jan 16, 2022
    PyTorch code of "SLAPS: Self-Supervision Improves Structure Learning for Graph Neural Networks"

    SLAPS-GNN This repo contains the implementation of the model proposed in SLAPS: Self-Supervision Improves Structure Learning for Graph Neural Networks

    60 Dec 22, 2022
    Tutorial to set up TensorFlow Object Detection API on the Raspberry Pi

    A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi

    Evan 1.1k Dec 26, 2022
    Repositorio de los Laboratorios de Análisis Numérico / Análisis Numérico I de FAMAF, UNC.

    Repositorio de los Laboratorios de Análisis Numérico / Análisis Numérico I de FAMAF, UNC. Para los Laboratorios de la materia, vamos a utilizar el len

    Luis Biedma 18 Dec 12, 2022
    R interface to fast.ai

    R interface to fastai The fastai package provides R wrappers to fastai. The fastai library simplifies training fast and accurate neural nets using mod

    113 Dec 20, 2022
    python library for invisible image watermark (blind image watermark)

    invisible-watermark invisible-watermark is a python library and command line tool for creating invisible watermark over image.(aka. blink image waterm

    Shield Mountain 572 Jan 07, 2023
    Fully Connected DenseNet for Image Segmentation

    Fully Connected DenseNets for Semantic Segmentation Fully Connected DenseNet for Image Segmentation implementation of the paper The One Hundred Layers

    Somshubra Majumdar 84 Oct 31, 2022
    An air quality monitoring service with a Raspberry Pi and a SDS011 sensor.

    Raspberry Pi Air Quality Monitor A simple air quality monitoring service for the Raspberry Pi. Installation Clone the repository and run the following

    rydercalmdown 24 Dec 09, 2022
    SciFive: a text-text transformer model for biomedical literature

    SciFive SciFive provided a Text-Text framework for biomedical language and natural language in NLP. Under the T5's framework and desrbibed in the pape

    Long Phan 54 Dec 24, 2022