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
    📚 Papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks.

    papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks. Papermill lets you: parameterize notebooks execute notebooks This

    nteract 5.1k Jan 03, 2023
    The official implementation of CVPR 2021 Paper: Improving Weakly Supervised Visual Grounding by Contrastive Knowledge Distillation.

    Improving Weakly Supervised Visual Grounding by Contrastive Knowledge Distillation This repository is the official implementation of CVPR 2021 paper:

    9 Nov 14, 2022
    bespoke tooling for offensive security's Windows Usermode Exploit Dev course (OSED)

    osed-scripts bespoke tooling for offensive security's Windows Usermode Exploit Dev course (OSED) Table of Contents Standalone Scripts egghunter.py fin

    epi 268 Jan 05, 2023
    NasirKhusraw - The TSP solved using genetic algorithm and show TSP path overlaid on a map of the Iran provinces & their capitals.

    Nasir Khusraw : Travelling Salesman Problem The TSP solved using genetic algorithm. This project show TSP path overlaid on a map of the Iran provinces

    J Brave 2 Sep 01, 2022
    Predicting Semantic Map Representations from Images with Pyramid Occupancy Networks

    This is the code associated with the paper Predicting Semantic Map Representations from Images with Pyramid Occupancy Networks, published at CVPR 2020.

    Thomas Roddick 219 Dec 20, 2022
    An example of time series augmentation methods with Keras

    Time Series Augmentation This is a collection of time series data augmentation methods and an example use using Keras. News 2020/04/16: Repository Cre

    九州大学 ヒューマンインタフェース研究室 229 Jan 02, 2023
    DGN pymarl - Implementation of DGN on Pymarl, which could be trained by VDN or QMIX

    This is the implementation of DGN on Pymarl, which could be trained by VDN or QM

    4 Nov 23, 2022
    Efficient Multi Collection Style Transfer Using GAN

    Proposed a new model that can make style transfer from single style image, and allow to transfer into multiple different styles in a single model.

    Zhaozheng Shen 2 Jan 15, 2022
    Implementation of the algorithm shown in the article "Modelo de Predicción de Éxito de Canciones Basado en Descriptores de Audio"

    Success Predictor Implementation of the algorithm shown in the article "Modelo de Predicción de Éxito de Canciones Basado en Descriptores de Audio". B

    Rodrigo Nazar Meier 4 Mar 17, 2022
    Gans-in-action - Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks

    GANs in Action by Jakub Langr and Vladimir Bok List of available code: Chapter 2: Colab, Notebook Chapter 3: Notebook Chapter 4: Notebook Chapter 6: C

    GANs in Action 914 Dec 21, 2022
    Structure-Preserving Deraining with Residue Channel Prior Guidance (ICCV2021)

    SPDNet Structure-Preserving Deraining with Residue Channel Prior Guidance (ICCV2021) Requirements Linux Platform NVIDIA GPU + CUDA CuDNN PyTorch == 0.

    41 Dec 12, 2022
    A toolkit for making real world machine learning and data analysis applications in C++

    dlib C++ library Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real worl

    Davis E. King 11.6k Jan 01, 2023
    Code for Phase diagram of Stochastic Gradient Descent in high-dimensional two-layer neural networks

    Phase diagram of Stochastic Gradient Descent in high-dimensional two-layer neural networks Under construction. Description Code for Phase diagram of S

    Rodrigo Veiga 3 Nov 24, 2022
    alfred-py: A deep learning utility library for **human**

    Alfred Alfred is command line tool for deep-learning usage. if you want split an video into image frames or combine frames into a single video, then a

    JinTian 800 Jan 03, 2023
    PyTorch3D is FAIR's library of reusable components for deep learning with 3D data

    Introduction PyTorch3D provides efficient, reusable components for 3D Computer Vision research with PyTorch. Key features include: Data structure for

    Facebook Research 6.8k Jan 01, 2023
    Towards Flexible Blind JPEG Artifacts Removal (FBCNN, ICCV 2021)

    Towards Flexible Blind JPEG Artifacts Removal (FBCNN, ICCV 2021)

    Jiaxi Jiang 282 Jan 02, 2023
    Research shows Google collects 20x more data from Android than Apple collects from iOS. Block this non-consensual telemetry using pihole blocklists.

    pihole-antitelemetry Research shows Google collects 20x more data from Android than Apple collects from iOS. Block both using these pihole lists. Proj

    Adrian Edwards 290 Jan 09, 2023
    Robot Hacking Manual (RHM). From robotics to cybersecurity. Papers, notes and writeups from a journey into robot cybersecurity.

    RHM: Robot Hacking Manual Download in PDF RHM v0.4 ┃ Read online The Robot Hacking Manual (RHM) is an introductory series about cybersecurity for robo

    Víctor Mayoral Vilches 233 Dec 30, 2022
    Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation

    FCN.tensorflow Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (FCNs). The implementation is largely based on the

    Sarath Shekkizhar 1.3k Dec 25, 2022