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
    Image augmentation library in Python for machine learning.

    Augmentor is an image augmentation library in Python for machine learning. It aims to be a standalone library that is platform and framework independe

    Marcus D. Bloice 4.8k Jan 07, 2023
    Streamlit component for TensorBoard, TensorFlow's visualization toolkit

    streamlit-tensorboard This is a work-in-progress, providing a function to embed TensorBoard, TensorFlow's visualization toolkit, in Streamlit apps. In

    Snehan Kekre 27 Nov 13, 2022
    The official implementation of CircleNet: Anchor-free Detection with Circle Representation, MICCAI 2030

    CircleNet: Anchor-free Detection with Circle Representation The official implementation of CircleNet, MICCAI 2020 [PyTorch] [project page] [MICCAI pap

    The Biomedical Data Representation and Learning Lab 45 Nov 18, 2022
    NaturalCC is a sequence modeling toolkit that allows researchers and developers to train custom models

    NaturalCC NaturalCC is a sequence modeling toolkit that allows researchers and developers to train custom models for many software engineering tasks,

    159 Dec 28, 2022
    ACAV100M: Automatic Curation of Large-Scale Datasets for Audio-Visual Video Representation Learning. In ICCV, 2021.

    ACAV100M: Automatic Curation of Large-Scale Datasets for Audio-Visual Video Representation Learning This repository contains the code for our ICCV 202

    sangho.lee 28 Nov 08, 2022
    Tensor-Based Quantum Machine Learning

    TensorLy_Quantum TensorLy-Quantum is a Python library for Tensor-Based Quantum Machine Learning that builds on top of TensorLy and PyTorch. Website: h

    TensorLy 85 Dec 03, 2022
    Official Repository for Machine Learning class - Physics Without Frontiers 2021

    PWF 2021 Física Sin Fronteras es un proyecto del Centro Internacional de Física Teórica (ICTP) en Trieste Italia. El ICTP es un centro dedicado a fome

    36 Aug 06, 2022
    Implementation for the "Surface Reconstruction from 3D Line Segments" paper.

    Surface Reconstruction from 3D Line Segments Surface reconstruction from 3d line segments. Langlois, P. A., Boulch, A., & Marlet, R. In 2019 Internati

    85 Jan 04, 2023
    A library built upon PyTorch for building embeddings on discrete event sequences using self-supervision

    pytorch-lifestream a library built upon PyTorch for building embeddings on discrete event sequences using self-supervision. It can process terabyte-si

    Dmitri Babaev 103 Dec 17, 2022
    Single-Stage Instance Shadow Detection with Bidirectional Relation Learning (CVPR 2021 Oral)

    Single-Stage Instance Shadow Detection with Bidirectional Relation Learning (CVPR 2021 Oral) Tianyu Wang*, Xiaowei Hu*, Chi-Wing Fu, and Pheng-Ann Hen

    Steve Wong 51 Oct 20, 2022
    Unofficial PyTorch Implementation of AHDRNet (CVPR 2019)

    AHDRNet-PyTorch This is the PyTorch implementation of Attention-guided Network for Ghost-free High Dynamic Range Imaging (CVPR 2019). The official cod

    Yutong Zhang 4 Sep 08, 2022
    Preprossing-loan-data-with-NumPy - In this project, I have cleaned and pre-processed the loan data that belongs to an affiliate bank based in the United States.

    Preprossing-loan-data-with-NumPy In this project, I have cleaned and pre-processed the loan data that belongs to an affiliate bank based in the United

    Dhawal Chitnavis 2 Jan 03, 2022
    Robotics environments

    Robotics environments Details and documentation on these robotics environments are available in OpenAI's blog post and the accompanying technical repo

    Farama Foundation 121 Dec 28, 2022
    Structured Data Gradient Pruning (SDGP)

    Structured Data Gradient Pruning (SDGP) Weight pruning is a technique to make Deep Neural Network (DNN) inference more computationally efficient by re

    Bradley McDanel 10 Nov 11, 2022
    This repository contains the code for the paper Neural RGB-D Surface Reconstruction

    Neural RGB-D Surface Reconstruction Paper | Project Page | Video Neural RGB-D Surface Reconstruction Dejan Azinović, Ricardo Martin-Brualla, Dan B Gol

    Dejan 406 Jan 04, 2023
    Implementation of CrossViT: Cross-Attention Multi-Scale Vision Transformer for Image Classification

    CrossViT : Cross-Attention Multi-Scale Vision Transformer for Image Classification This is an unofficial PyTorch implementation of CrossViT: Cross-Att

    Rishikesh (ą¤‹ą¤·ą¤æą¤•ą„‡ą¤¶) 103 Nov 25, 2022
    SCI-AIDE : High-fidelity Few-shot Histopathology Image Synthesis for Rare Cancer Diagnosis

    SCI-AIDE : High-fidelity Few-shot Histopathology Image Synthesis for Rare Cancer Diagnosis Pretrained Models In this work, we created synthetic tissue

    Emirhan Kurtuluş 1 Feb 07, 2022
    implementation for paper "ShelfNet for fast semantic segmentation"

    ShelfNet-lightweight for paper (ShelfNet for fast semantic segmentation) This repo contains implementation of ShelfNet-lightweight models for real-tim

    Juntang Zhuang 252 Sep 16, 2022
    a pytorch implementation of auto-punctuation learned character by character

    Learning Auto-Punctuation by Reading Engadget Articles Link to Other of my work 🌟 Deep Learning Notes: A collection of my notes going from basic mult

    Ge Yang 137 Nov 09, 2022