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
    Data, notebooks, and articles associated with the RSNA AI Deep Learning Lab at RSNA 2021

    RSNA AI Deep Learning Lab 2021 Intro Welcome Deep Learners! This document provides all the information you need to participate in the RSNA AI Deep Lea

    RSNA 65 Dec 16, 2022
    A paper using optimal transport to solve the graph matching problem.

    GOAT A paper using optimal transport to solve the graph matching problem. https://arxiv.org/abs/2111.05366 Repo structure .github: Files specifying ho

    neurodata 8 Jan 04, 2023
    Adversarial examples to the new ConvNeXt architecture

    Adversarial examples to the new ConvNeXt architecture To get adversarial examples to the ConvNeXt architecture, run the Colab: https://github.com/stan

    Stanislav Fort 19 Sep 18, 2022
    K-PLUG: Knowledge-injected Pre-trained Language Model for Natural Language Understanding and Generation in E-Commerce (EMNLP Founding 2021)

    Introduction K-PLUG: Knowledge-injected Pre-trained Language Model for Natural Language Understanding and Generation in E-Commerce. Installation PyTor

    Xu Song 21 Nov 16, 2022
    [CVPR'21] Locally Aware Piecewise Transformation Fields for 3D Human Mesh Registration

    Locally Aware Piecewise Transformation Fields for 3D Human Mesh Registration This repository contains the implementation of our paper Locally Aware Pi

    sfwang 70 Dec 19, 2022
    Contrastive Feature Loss for Image Prediction

    Contrastive Feature Loss for Image Prediction We provide a PyTorch implementation of our contrastive feature loss presented in: Contrastive Feature Lo

    Alex Andonian 44 Oct 05, 2022
    This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"

    PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization News: [2020/05/04] Added EGL rendering option for training data g

    Shunsuke Saito 1.5k Jan 03, 2023
    Learning embeddings for classification, retrieval and ranking.

    StarSpace StarSpace is a general-purpose neural model for efficient learning of entity embeddings for solving a wide variety of problems: Learning wor

    Facebook Research 3.8k Dec 22, 2022
    Weakly Supervised Segmentation with Tensorflow. Implements instance segmentation as described in Simple Does It: Weakly Supervised Instance and Semantic Segmentation, by Khoreva et al. (CVPR 2017).

    Weakly Supervised Segmentation with TensorFlow This repo contains a TensorFlow implementation of weakly supervised instance segmentation as described

    Phil Ferriere 220 Dec 13, 2022
    CRISCE: Automatically Generating Critical Driving Scenarios From Car Accident Sketches

    CRISCE: Automatically Generating Critical Driving Scenarios From Car Accident Sketches This document describes how to install and use CRISCE (CRItical

    Chair of Software Engineering II, Uni Passau 2 Feb 09, 2022
    Official code repository for Continual Learning In Environments With Polynomial Mixing Times

    Official code for Continual Learning In Environments With Polynomial Mixing Times Continual Learning in Environments with Polynomial Mixing Times This

    Sharath Raparthy 1 Dec 19, 2021
    Garbage Detection system which will detect objects based on whether it is plastic waste or plastics or just garbage.

    Garbage Detection using Yolov5 on Jetson Nano 2gb Developer Kit. Garbage detection system which will detect objects based on whether it is plastic was

    Rishikesh A. Bondade 2 May 13, 2022
    [ICCV'21] UNISURF: Unifying Neural Implicit Surfaces and Radiance Fields for Multi-View Reconstruction

    UNISURF: Unifying Neural Implicit Surfaces and Radiance Fields for Multi-View Reconstruction Project Page | Paper | Supplementary | Video This reposit

    331 Dec 28, 2022
    PyTorch code for the paper "Curriculum Graph Co-Teaching for Multi-target Domain Adaptation" (CVPR2021)

    PyTorch code for the paper "Curriculum Graph Co-Teaching for Multi-target Domain Adaptation" (CVPR2021) This repo presents PyTorch implementation of M

    Evgeny 79 Dec 19, 2022
    Location-Sensitive Visual Recognition with Cross-IOU Loss

    The trained models are temporarily unavailable, but you can train the code using reasonable computational resource. Location-Sensitive Visual Recognit

    Kaiwen Duan 146 Dec 25, 2022
    JDet is Object Detection Framework based on Jittor.

    JDet is Object Detection Framework based on Jittor.

    135 Dec 14, 2022
    Julia and Matlab codes to simulated all problems in El-Hachem, McCue and Simpson (2021)

    Substrate_Mediated_Invasion Julia and Matlab codes to simulated all problems in El-Hachem, McCue and Simpson (2021) 2DSolver.jl reproduces the simulat

    Matthew Simpson 0 Nov 09, 2021
    This is an official implementation for "Video Swin Transformers".

    Video Swin Transformer By Ze Liu*, Jia Ning*, Yue Cao, Yixuan Wei, Zheng Zhang, Stephen Lin and Han Hu. This repo is the official implementation of "V

    Swin Transformer 981 Jan 03, 2023
    TensorFlow implementation of Deep Reinforcement Learning papers

    Deep Reinforcement Learning in TensorFlow TensorFlow implementation of Deep Reinforcement Learning papers. This implementation contains: [1] Playing A

    Taehoon Kim 1.6k Jan 03, 2023
    Awesome Graph Classification - A collection of important graph embedding, classification and representation learning papers with implementations.

    A collection of graph classification methods, covering embedding, deep learning, graph kernel and factorization papers

    Benedek Rozemberczki 4.5k Jan 01, 2023