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
    Official implementation of Representer Point Selection via Local Jacobian Expansion for Post-hoc Classifier Explanation of Deep Neural Networks and Ensemble Models at NeurIPS 2021

    Representer Point Selection via Local Jacobian Expansion for Classifier Explanation of Deep Neural Networks and Ensemble Models This repository is the

    Yi(Amy) Sui 2 Dec 01, 2021
    This repo is duplication of jwyang/faster-rcnn.pytorch

    Faster RCNN Pytorch This repo is duplication of jwyang/faster-rcnn.pytorch C/C++ code are removed and easier to study. Python 3.8.5 Ubuntu 20.04.1 LTS

    Kim Jihwan 1 Jan 14, 2022
    Generalized Matrix Means for Semi-Supervised Learning with Multilayer Graphs

    Generalized Matrix Means for Semi-Supervised Learning with Multilayer Graphs MATLAB implementation of the paper: P. Mercado, F. Tudisco, and M. Hein,

    Pedro Mercado 6 May 26, 2022
    Official PyTorch Implementation of Learning Architectures for Binary Networks

    Learning Architectures for Binary Networks An Pytorch Implementation of the paper Learning Architectures for Binary Networks (BNAS) (ECCV 2020) If you

    Computer Vision Lab. @ GIST 25 Jun 09, 2022
    Stacs-ci - A set of modules to enable integration of STACS with commonly used CI / CD systems

    Static Token And Credential Scanner CI Integrations What is it? STACS is a YARA

    STACS 18 Aug 04, 2022
    First-Order Probabilistic Programming Language

    FOPPL: A First-Order Probabilistic Programming Language This is an implementation of FOPPL, an S-expression based probabilistic programming language d

    Renato Costa 23 Dec 20, 2022
    Efficient Householder transformation in PyTorch

    Efficient Householder Transformation in PyTorch This repository implements the Householder transformation algorithm for calculating orthogonal matrice

    Anton Obukhov 49 Nov 20, 2022
    Scheme for training and applying a label propagation framework

    Factorisation-based Image Labelling Overview This is a scheme for training and applying the factorisation-based image labelling (FIL) framework. Some

    Wellcome Centre for Human Neuroimaging 2 Dec 17, 2021
    Predicting Student Attentiveness using OpenCV

    Predicting-Student-Attentiveness-using-OpenCV The model will predict if a student is attentive or not through facial parameter received through the st

    Johann Pinto 2 Aug 20, 2022
    A Dataset of Python Challenges for AI Research

    Python Programming Puzzles (P3) This repo contains a dataset of python programming puzzles which can be used to teach and evaluate an AI's programming

    Microsoft 850 Dec 24, 2022
    Contrastive Learning of Structured World Models

    Contrastive Learning of Structured World Models This repository contains the official PyTorch implementation of: Contrastive Learning of Structured Wo

    Thomas Kipf 371 Jan 06, 2023
    Use your Philips Hue lights as Racing Flags. Works with Assetto Corsa, Assetto Corsa Competizione and iRacing.

    phue-racing-flags Use your Philips Hue lights as Racing Flags. Explore the docs » Report Bug · Request Feature Table of Contents About The Project Bui

    50 Sep 03, 2022
    Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course

    Deep Learning with TensorFlow 2 and Keras – Notebooks This project accompanies my Deep Learning with TensorFlow 2 and Keras trainings. It contains the

    Aurélien Geron 1.9k Dec 15, 2022
    A data-driven approach to quantify the value of classifiers in a machine learning ensemble.

    Documentation | External Resources | Research Paper Shapley is a Python library for evaluating binary classifiers in a machine learning ensemble. The

    Benedek Rozemberczki 188 Dec 29, 2022
    Instance-conditional Knowledge Distillation for Object Detection

    Instance-conditional Knowledge Distillation for Object Detection This is a MegEngine implementation of the paper "Instance-conditional Knowledge Disti

    MEGVII Research 47 Nov 17, 2022
    STYLER: Style Factor Modeling with Rapidity and Robustness via Speech Decomposition for Expressive and Controllable Neural Text to Speech

    STYLER: Style Factor Modeling with Rapidity and Robustness via Speech Decomposition for Expressive and Controllable Neural Text to Speech Keon Lee, Ky

    Keon Lee 114 Dec 12, 2022
    Video-face-extractor - Video face extractor with Python

    Python face extractor Setup Create the srcvideos and faces directories Put your

    2 Feb 03, 2022
    PECOS - Prediction for Enormous and Correlated Spaces

    PECOS - Predictions for Enormous and Correlated Output Spaces PECOS is a versatile and modular machine learning (ML) framework for fast learning and i

    Amazon 387 Jan 04, 2023
    🔅 Shapash makes Machine Learning models transparent and understandable by everyone

    🎉 What's new ? Version New Feature Description Tutorial 1.6.x Explainability Quality Metrics To help increase confidence in explainability methods, y

    MAIF 2.1k Dec 27, 2022
    Skipgram Negative Sampling in PyTorch

    PyTorch SGNS Word2Vec's SkipGramNegativeSampling in Python. Yet another but quite general negative sampling loss implemented in PyTorch. It can be use

    Jamie J. Seol 287 Dec 14, 2022