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
    PyTorch implementation of an end-to-end Handwritten Text Recognition (HTR) system based on attention encoder-decoder networks

    AttentionHTR PyTorch implementation of an end-to-end Handwritten Text Recognition (HTR) system based on attention encoder-decoder networks. Scene Text

    Dmitrijs Kass 31 Dec 22, 2022
    Code for SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics (ACL'2020).

    SentiBERT Code for SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics (ACL'2020). https://arxiv.org/abs/20

    Da Yin 66 Aug 13, 2022
    Caffe-like explicit model constructor. C(onfig)Model

    cmodel Caffe-like explicit model constructor. C(onfig)Model Installation pip install git+https://github.com/bonlime/cmodel Usage In order to allow usi

    1 Feb 18, 2022
    Multi-objective constrained optimization for energy applications via tree ensembles

    Multi-objective constrained optimization for energy applications via tree ensembles

    C⚙G - Imperial College London 1 Nov 19, 2021
    Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗

    urban_road_filter: a real-time LIDAR-based urban road and sidewalk detection algorithm for autonomous vehicles Dependency ROS (tested with Kinetic and

    JKK - Vehicle Industry Research Center 180 Dec 12, 2022
    GeoMol: Torsional Geometric Generation of Molecular 3D Conformer Ensembles

    GeoMol: Torsional Geometric Generation of Molecular 3D Conformer Ensembles This repository contains a method to generate 3D conformer ensembles direct

    127 Dec 20, 2022
    [ACM MM2021] MGH: Metadata Guided Hypergraph Modeling for Unsupervised Person Re-identification

    Introduction This project is developed based on FastReID, which is an ongoing ReID project. Projects BUC In projects/BUC, we implement AAAI 2019 paper

    WuYiming 7 Apr 13, 2022
    This code is an implementation for Singing TTS.

    MLP Singer This code is an implementation for Singing TTS. The algorithm is based on the following papers: Tae, J., Kim, H., & Lee, Y. (2021). MLP Sin

    Heejo You 22 Dec 23, 2022
    Dyalog-apl-docset - Dyalog APL Dash Docset Generator

    Dyalog APL Dash Docset Generator o alasa e kili sona kepeken tenpo lili a A Dash

    Maciej Goszczycki 1 Jan 10, 2022
    Code release of paper "Deep Multi-View Stereo gone wild"

    Deep MVS gone wild Pytorch implementation of "Deep MVS gone wild" (Paper | website) This repository provides the code to reproduce the experiments of

    François Darmon 53 Dec 24, 2022
    fklearn: Functional Machine Learning

    fklearn: Functional Machine Learning fklearn uses functional programming principles to make it easier to solve real problems with Machine Learning. Th

    nubank 1.4k Dec 07, 2022
    Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks

    Amazon Forest Computer Vision Satellite Image tagging code using PyTorch / Keras Here is a sample of images we had to work with Source: https://www.ka

    Mamy Ratsimbazafy 360 Dec 10, 2022
    A symbolic-model-guided fuzzer for TLS

    tlspuffin TLS Protocol Under FuzzINg A symbolic-model-guided fuzzer for TLS Master Thesis | Thesis Presentation | Documentation Disclaimer: The term "

    69 Dec 20, 2022
    (ICCV 2021) ProHMR - Probabilistic Modeling for Human Mesh Recovery

    ProHMR - Probabilistic Modeling for Human Mesh Recovery Code repository for the paper: Probabilistic Modeling for Human Mesh Recovery Nikos Kolotouros

    Nikos Kolotouros 209 Dec 13, 2022
    Unified API to facilitate usage of pre-trained "perceptor" models, a la CLIP

    mmc installation git clone https://github.com/dmarx/Multi-Modal-Comparators cd 'Multi-Modal-Comparators' pip install poetry poetry build pip install d

    David Marx 37 Nov 25, 2022
    Deep Learning Based EDM Subgenre Classification using Mel-Spectrogram and Tempogram Features"

    EDM-subgenre-classifier This repository contains the code for "Deep Learning Based EDM Subgenre Classification using Mel-Spectrogram and Tempogram Fea

    11 Dec 20, 2022
    Dynamic Head: Unifying Object Detection Heads with Attentions

    Dynamic Head: Unifying Object Detection Heads with Attentions dyhead_video.mp4 This is the official implementation of CVPR 2021 paper "Dynamic Head: U

    Microsoft 550 Dec 21, 2022
    Deep learning image registration library for PyTorch

    TorchIR: Pytorch Image Registration TorchIR is a image registration library for deep learning image registration (DLIR). I have integrated several ide

    Bob de Vos 40 Dec 16, 2022
    Download & Install mods for your favorit game with a few simple clicks

    Husko's SteamWorkshop Downloader 🔴 IMPORTANT ❗ 🔴 The Tool is currently being rewritten so updates will be slow and only on the dev branch until it i

    Husko 67 Nov 25, 2022
    Agent-based model simulator for air quality and pandemic risk assessment in architectural spaces

    Agent-based model simulation for air quality and pandemic risk assessment in architectural spaces. User Guide archABM is a fast and open source agent-

    Vicomtech 10 Dec 05, 2022