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
    Robust & Reliable Route Recommendation on Road Networks

    NeuroMLR: Robust & Reliable Route Recommendation on Road Networks This repository is the official implementation of NeuroMLR: Robust & Reliable Route

    4 Dec 20, 2022
    Flappy bird automation using Neuroevolution of Augmenting Topologies (NEAT) in Python

    FlappyAI Flappy bird automation using Neuroevolution of Augmenting Topologies (NEAT) in Python Everything Used Genetic Algorithm especially NEAT conce

    Eryawan Presma Y. 2 Mar 24, 2022
    Python interface for SmartRF Sniffer 2 Firmware

    #TI SmartRF Packet Sniffer 2 Python Interface TI Makes available a nice packet sniffer firmware, which interfaces to Wireshark. You can see this proje

    Colin O'Flynn 3 May 18, 2021
    Individual Treatment Effect Estimation

    CAPE Individual Treatment Effect Estimation Run CAPE python train_causal.py --loop 10 -m cape_cau -d NI --i_t 1 Run a baseline model python train_cau

    S. Deng 4 Sep 02, 2022
    A vanilla 3D face modeling on pose-invariant and multi-lightning image data

    3D-Face-Modeling A vanilla 3D face modeling on pose-invariant and multi-lightning image data Table of Contents Background Install Usage Contributing B

    Haochen Zhang 1 Mar 12, 2022
    Official Matlab Implementation for "Tiny Obstacle Discovery by Occlusion-aware Multilayer Regression", TIP 2020

    Tiny Obstacle Discovery by Occlusion-aware Multilayer Regression Official Matlab Implementation for "Tiny Obstacle Discovery by Occlusion-aware Multil

    Xuefeng 5 Jan 15, 2022
    Model-based Reinforcement Learning Improves Autonomous Racing Performance

    Racing Dreamer: Model-based versus Model-free Deep Reinforcement Learning for Autonomous Racing Cars In this work, we propose to learn a racing contro

    Cyber Physical Systems - TU Wien 38 Dec 06, 2022
    Theory-inspired Parameter Control Benchmarks for Dynamic Algorithm Configuration

    This repo is for the paper: Theory-inspired Parameter Control Benchmarks for Dynamic Algorithm Configuration The DAC environment is based on the Dynam

    Carola Doerr 1 Aug 19, 2022
    A generalist algorithm for cell and nucleus segmentation.

    Cellpose | A generalist algorithm for cell and nucleus segmentation. Cellpose was written by Carsen Stringer and Marius Pachitariu. To learn about Cel

    MouseLand 733 Dec 29, 2022
    Unofficial implementation of the paper: PonderNet: Learning to Ponder in TensorFlow

    PonderNet-TensorFlow This is an Unofficial Implementation of the paper: PonderNet: Learning to Ponder in TensorFlow. Official PyTorch Implementation:

    1 Oct 23, 2022
    A distributed, plug-n-play algorithm for multi-robot applications with a priori non-computable objective functions

    A distributed, plug-n-play algorithm for multi-robot applications with a priori non-computable objective functions Kapoutsis, A.C., Chatzichristofis,

    Athanasios Ch. Kapoutsis 5 Oct 15, 2022
    (IEEE TIP 2021) Regularized Densely-connected Pyramid Network for Salient Instance Segmentation

    RDPNet IEEE TIP 2021: Regularized Densely-connected Pyramid Network for Salient Instance Segmentation PyTorch training and testing code are available.

    Yu-Huan Wu 41 Oct 21, 2022
    Accommodating supervised learning algorithms for the historical prices of the world's favorite cryptocurrency and boosting it through LightGBM.

    Accommodating supervised learning algorithms for the historical prices of the world's favorite cryptocurrency and boosting it through LightGBM.

    1 Nov 27, 2021
    deep-prae

    Deep Probabilistic Accelerated Evaluation (Deep-PrAE) Our work presents an efficient rare event simulation methodology for black box autonomy using Im

    Safe AI Lab 4 Apr 17, 2021
    Keras-retinanet - Keras implementation of RetinaNet object detection.

    Keras RetinaNet Keras implementation of RetinaNet object detection as described in Focal Loss for Dense Object Detection by Tsung-Yi Lin, Priya Goyal,

    Fizyr 4.3k Jan 01, 2023
    MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition

    MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition Paper: MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition accepted fo

    64 Dec 18, 2022
    A Marvelous ChatBot implement using PyTorch.

    PyTorch Marvelous ChatBot [Update] it's 2019 now, previously model can not catch up state-of-art now. So we just move towards the future a transformer

    JinTian 223 Oct 18, 2022
    Pytorch implementation of "Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech"

    GradTTS Unofficial Pytorch implementation of "Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech" (arxiv) About this repo This is an unoffic

    HeyangXue1997 103 Dec 23, 2022
    A library for implementing Decentralized Graph Neural Network algorithms.

    decentralized-gnn A package for implementing and simulating decentralized Graph Neural Network algorithms for classification of peer-to-peer nodes. De

    Multimedia Knowledge and Social Analytics Lab 5 Nov 07, 2022
    Public repository containing materials used for Feed Forward (FF) Neural Networks article.

    Art041_NN_Feed_Forward Public repository containing materials used for Feed Forward (FF) Neural Networks article. -- Illustration of a very simple Fee

    SolClover 2 Dec 29, 2021