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
    Self-supervised Product Quantization for Deep Unsupervised Image Retrieval - ICCV2021

    Self-supervised Product Quantization for Deep Unsupervised Image Retrieval Pytorch implementation of SPQ Accepted to ICCV 2021 - paper Young Kyun Jang

    Young Kyun Jang 71 Dec 27, 2022
    Deep Video Matting via Spatio-Temporal Alignment and Aggregation [CVPR2021]

    Deep Video Matting via Spatio-Temporal Alignment and Aggregation [CVPR2021] Paper: https://arxiv.org/abs/2104.11208 Introduction Despite the significa

    76 Dec 07, 2022
    Deep generative models of 3D grids for structure-based drug discovery

    What is liGAN? liGAN is a research codebase for training and evaluating deep generative models for de novo drug design based on 3D atomic density grid

    Matt Ragoza 152 Jan 03, 2023
    Performance Analysis of Multi-user NOMA Wireless-Powered mMTC Networks: A Stochastic Geometry Approach

    Performance Analysis of Multi-user NOMA Wireless-Powered mMTC Networks: A Stochastic Geometry Approach Thanh Luan Nguyen, Tri Nhu Do, Georges Kaddoum

    Thanh Luan Nguyen 2 Oct 10, 2022
    A Python package to create, run, and post-process MODFLOW-based models.

    Version 3.3.5 — release candidate Introduction FloPy includes support for MODFLOW 6, MODFLOW-2005, MODFLOW-NWT, MODFLOW-USG, and MODFLOW-2000. Other s

    388 Nov 29, 2022
    Refactoring dalle-pytorch and taming-transformers for TPU VM

    Text-to-Image Translation (DALL-E) for TPU in Pytorch Refactoring Taming Transformers and DALLE-pytorch for TPU VM with Pytorch Lightning Requirements

    Kim, Taehoon 61 Nov 07, 2022
    MacroTools provides a library of tools for working with Julia code and expressions.

    MacroTools.jl MacroTools provides a library of tools for working with Julia code and expressions. This includes a powerful template-matching system an

    FluxML 278 Dec 11, 2022
    Air Quality Prediction Using LSTM

    AirQualityPredictionUsingLSTM In this Repo, i present to you the winning solution of smart gujarat hackathon 2019 where the task was to predict the qu

    Deepak Nandwani 2 Dec 13, 2022
    Learning an Adaptive Meta Model-Generator for Incrementally Updating Recommender Systems

    Learning an Adaptive Meta Model-Generator for Incrementally Updating Recommender Systems This is our experimental code for RecSys 2021 paper "Learning

    11 Jul 28, 2022
    Implementation of the Transformer variant proposed in "Transformer Quality in Linear Time"

    FLASH - Pytorch Implementation of the Transformer variant proposed in the paper Transformer Quality in Linear Time Install $ pip install FLASH-pytorch

    Phil Wang 209 Dec 28, 2022
    Official PyTorch code for Hierarchical Conditional Flow: A Unified Framework for Image Super-Resolution and Image Rescaling (HCFlow, ICCV2021)

    Hierarchical Conditional Flow: A Unified Framework for Image Super-Resolution and Image Rescaling (HCFlow, ICCV2021) This repository is the official P

    Jingyun Liang 159 Dec 30, 2022
    Codes and models of NeurIPS2021 paper - DominoSearch: Find layer-wise fine-grained N:M sparse schemes from dense neural networks

    DominoSearch This is repository for codes and models of NeurIPS2021 paper - DominoSearch: Find layer-wise fine-grained N:M sparse schemes from dense n

    11 Sep 10, 2022
    Rank 3 : Source code for OPPO 6G Data Generation Challenge

    OPPO 6G Data Generation with an E2E Framework Homepage of OPPO 6G Data Generation Challenge Datasets H1_32T4R.mat H2_32T4R.mat Please put the original

    Sen Pei 97 Jan 07, 2023
    BankNote-Net: Open dataset and encoder model for assistive currency recognition

    BankNote-Net: Open Dataset for Assistive Currency Recognition Millions of people around the world have low or no vision. Assistive software applicatio

    Microsoft 13 Oct 28, 2022
    VGG16 model-based classification project about brain tumor detection.

    Brain-Tumor-Classification-with-MRI VGG16 model-based classification project about brain tumor detection. First, you can check what people are doing o

    Atakan Erdoğan 2 Mar 21, 2022
    SpeechNAS Better Trade off between Latency and Accuracy for Large Scale Speaker Verification

    SpeechNAS Better Trade off between Latency and Accuracy for Large Scale Speaker Verification

    Wentao Zhu 24 May 20, 2022
    The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.

    The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate. Website • Key Features • How To Use • Docs •

    Pytorch Lightning 21.1k Dec 29, 2022
    [NeurIPS 2021 Spotlight] Aligning Pretraining for Detection via Object-Level Contrastive Learning

    SoCo [NeurIPS 2021 Spotlight] Aligning Pretraining for Detection via Object-Level Contrastive Learning By Fangyun Wei*, Yue Gao*, Zhirong Wu, Han Hu,

    Yue Gao 139 Dec 14, 2022
    ColBERT: Contextualized Late Interaction over BERT (SIGIR'20)

    Update: if you're looking for ColBERTv2 code, you can find it alongside a new simpler API, in the branch new_api. ColBERT ColBERT is a fast and accura

    Stanford Future Data Systems 637 Jan 08, 2023
    Text Extraction Formulation + Feedback Loop for state-of-the-art WSD (EMNLP 2021)

    ConSeC is a novel approach to Word Sense Disambiguation (WSD), accepted at EMNLP 2021. It frames WSD as a text extraction task and features a feedback loop strategy that allows the disambiguation of

    Sapienza NLP group 36 Dec 13, 2022