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
    I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)

    An Image Captioning codebase This is a codebase for image captioning research. It supports: Self critical training from Self-critical Sequence Trainin

    Ruotian(RT) Luo 1.3k Dec 31, 2022
    PerfFuzz: Automatically Generate Pathological Inputs for C/C++ programs

    PerfFuzz Performance problems in software can arise unexpectedly when programs are provided with inputs that exhibit pathological behavior. But how ca

    Caroline Lemieux 125 Nov 18, 2022
    Official project website for the CVPR 2021 paper "Exploring intermediate representation for monocular vehicle pose estimation"

    EgoNet Official project website for the CVPR 2021 paper "Exploring intermediate representation for monocular vehicle pose estimation". This repo inclu

    Shichao Li 138 Dec 09, 2022
    Avalanche RL: an End-to-End Library for Continual Reinforcement Learning

    Avalanche RL: an End-to-End Library for Continual Reinforcement Learning Avalanche Website | Getting Started | Examples | Tutorial | API Doc | Paper |

    ContinualAI 43 Dec 24, 2022
    Repository of our paper 'Refer-it-in-RGBD' in CVPR 2021

    Refer-it-in-RGBD This is the repository of our paper 'Refer-it-in-RGBD: A Bottom-up Approach for 3D Visual Grounding in RGBD Images' in CVPR 2021 Pape

    Haolin Liu 34 Nov 07, 2022
    Object DGCNN and DETR3D, Our implementations are built on top of MMdetection3D.

    This repo contains the implementations of Object DGCNN (https://arxiv.org/abs/2110.06923) and DETR3D (https://arxiv.org/abs/2110.06922). Our implementations are built on top of MMdetection3D.

    Wang, Yue 539 Jan 07, 2023
    Magisk module to enable hidden features on Android 12 Developer Preview 1.

    Android 12 Extensions This is a Magisk module that enables hidden features on Android 12 Developer Preview 1. Features Scrolling screenshots Wallpaper

    Danny Lin 384 Jan 06, 2023
    OverFeat is a Convolutional Network-based image classifier and feature extractor.

    OverFeat OverFeat is a Convolutional Network-based image classifier and feature extractor. OverFeat was trained on the ImageNet dataset and participat

    593 Dec 08, 2022
    TensorFlow implementation of "Learning from Simulated and Unsupervised Images through Adversarial Training"

    Simulated+Unsupervised (S+U) Learning in TensorFlow TensorFlow implementation of Learning from Simulated and Unsupervised Images through Adversarial T

    Taehoon Kim 569 Dec 29, 2022
    This repository contains a pytorch implementation of "StereoPIFu: Depth Aware Clothed Human Digitization via Stereo Vision".

    StereoPIFu: Depth Aware Clothed Human Digitization via Stereo Vision | Project Page | Paper | This repository contains a pytorch implementation of "St

    87 Dec 09, 2022
    Unofficial implement with paper SpeakerGAN: Speaker identification with conditional generative adversarial network

    Introduction This repository is about paper SpeakerGAN , and is unofficially implemented by Mingming Huang ( 7 Jan 03, 2023

    PassAPI is a password generator in hash format and fully developed in Python, with the aim of teaching how to handle and build

    simple, elegant and safe Introduction PassAPI is a password generator in hash format and fully developed in Python, with the aim of teaching how to ha

    Johnsz 2 Mar 02, 2022
    Constrained Language Models Yield Few-Shot Semantic Parsers

    Constrained Language Models Yield Few-Shot Semantic Parsers This repository contains tools and instructions for reproducing the experiments in the pap

    Microsoft 43 Nov 23, 2022
    A Deep Reinforcement Learning Framework for Stock Market Trading

    DQN-Trading This is a framework based on deep reinforcement learning for stock market trading. This project is the implementation code for the two pap

    61 Jan 01, 2023
    Syllabic Quantity Patterns as Rhythmic Features for Latin Authorship Attribution

    Syllabic Quantity Patterns as Rhythmic Features for Latin Authorship Attribution Abstract Within the Latin (and ancient Greek) production, it is well

    4 Dec 03, 2022
    Code for the paper Task Agnostic Morphology Evolution.

    Task-Agnostic Morphology Optimization This repository contains code for the paper Task-Agnostic Morphology Evolution by Donald (Joey) Hejna, Pieter Ab

    Joey Hejna 18 Aug 04, 2022
    Towards uncontrained hand-object reconstruction from RGB videos

    Towards uncontrained hand-object reconstruction from RGB videos Yana Hasson, Gül Varol, Ivan Laptev and Cordelia Schmid Project page Paper Table of Co

    Yana 69 Dec 27, 2022
    Simulation of the solar system using various nummerical methods

    solar-system Simulation of the solar system using various nummerical methods Download the repo Make shure matplotlib, scipy etc. are installed execute

    Caspar 7 Jul 15, 2022
    Official Pytorch implementation of "Learning Debiased Representation via Disentangled Feature Augmentation (Neurips 2021, Oral)"

    Learning Debiased Representation via Disentangled Feature Augmentation (Neurips 2021, Oral): Official Project Webpage This repository provides the off

    Kakao Enterprise Corp. 68 Dec 17, 2022
    Apply a perspective transformation to a raster image inside Inkscape (no need to use an external software such as GIMP or Krita).

    Raster Perspective Apply a perspective transformation to bitmap image using the selected path as envelope, without the need to use an external softwar

    s.ouchene 19 Dec 22, 2022