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
    Learned model to estimate number of distinct values (NDV) of a population using a small sample.

    Learned NDV estimator Learned model to estimate number of distinct values (NDV) of a population using a small sample. The model approximates the maxim

    2 Nov 21, 2022
    PyTorch implementation of Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy

    Anomaly Transformer in PyTorch This is an implementation of Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy. This pape

    spencerbraun 160 Dec 19, 2022
    kapre: Keras Audio Preprocessors

    Kapre Keras Audio Preprocessors - compute STFT, ISTFT, Melspectrogram, and others on GPU real-time. Tested on Python 3.6 and 3.7 Why Kapre? vs. Pre-co

    Keunwoo Choi 867 Dec 29, 2022
    code for Image Manipulation Detection by Multi-View Multi-Scale Supervision

    MVSS-Net Code and models for ICCV 2021 paper: Image Manipulation Detection by Multi-View Multi-Scale Supervision Update 22.02.17, Pretrained model for

    dong_chengbo 131 Dec 30, 2022
    Kernel Point Convolutions

    Created by Hugues THOMAS Introduction Update 27/04/2020: New PyTorch implementation available. With SemanticKitti, and Windows supported. This reposit

    Hugues THOMAS 584 Jan 07, 2023
    This repo provides the source code & data of our paper "GreaseLM: Graph REASoning Enhanced Language Models"

    GreaseLM: Graph REASoning Enhanced Language Models This repo provides the source code & data of our paper "GreaseLM: Graph REASoning Enhanced Language

    137 Jan 02, 2023
    Collections for the lasted paper about multi-view clustering methods (papers, codes)

    Multi-View Clustering Papers Collections for the lasted paper about multi-view clustering methods (papers, codes). There also exists some repositories

    Andrew Guan 10 Sep 20, 2022
    A very lightweight monitoring system for Raspberry Pi clusters running Kubernetes.

    OMNI A very lightweight monitoring system for Raspberry Pi clusters running Kubernetes. Why? When I finished my Kubernetes cluster using a few Raspber

    Matias Godoy 148 Dec 29, 2022
    PyTorch implementation of Federated Learning with Non-IID Data, and federated learning algorithms, including FedAvg, FedProx.

    Federated Learning with Non-IID Data This is an implementation of the following paper: Yue Zhao, Meng Li, Liangzhen Lai, Naveen Suda, Damon Civin, Vik

    Youngjoon Lee 48 Dec 29, 2022
    ICML 21 - Voice2Series: Reprogramming Acoustic Models for Time Series Classification

    Voice2Series-Reprogramming Voice2Series: Reprogramming Acoustic Models for Time Series Classification International Conference on Machine Learning (IC

    49 Jan 03, 2023
    Bolt Online Learning Toolbox

    Bolt Online Learning Toolbox Bolt features discriminative learning of linear predictors (e.g. SVM or Logistic Regression) using fast online learning a

    Peter Prettenhofer 87 Dec 12, 2022
    PyTorch implementation of SMODICE: Versatile Offline Imitation Learning via State Occupancy Matching

    SMODICE: Versatile Offline Imitation Learning via State Occupancy Matching This is the official PyTorch implementation of SMODICE: Versatile Offline I

    Jason Ma 14 Aug 30, 2022
    Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.

    Object tracking implemented with YOLOv4, DeepSort, and TensorFlow. YOLOv4 is a state of the art algorithm that uses deep convolutional neural networks to perform object detections. We can take the ou

    The AI Guy 1.1k Dec 29, 2022
    Attempt at implementation of a simple GAN using Keras

    Simple GAN This is my attempt to make a wrapper class for a GAN in keras which can be used to abstract the whole architecture process. Simple GAN Over

    Deven96 7 May 23, 2019
    a simple, efficient, and intuitive text editor

    Oxygen beta a simple, efficient, and intuitive text editor Overview oxygen is a simple, efficient, and intuitive text editor designed as more featured

    Aarush Gupta 1 Feb 23, 2022
    The Empirical Investigation of Representation Learning for Imitation (EIRLI)

    The Empirical Investigation of Representation Learning for Imitation (EIRLI)

    Center for Human-Compatible AI 31 Nov 06, 2022
    A Confidence-based Iterative Solver of Depths and Surface Normals for Deep Multi-view Stereo

    idn-solver Paper | Project Page This repository contains the code release of our ICCV 2021 paper: A Confidence-based Iterative Solver of Depths and Su

    zhaowang 43 Nov 17, 2022
    Very Deep Convolutional Networks for Large-Scale Image Recognition

    pytorch-vgg Some scripts to convert the VGG-16 and VGG-19 models [1] from Caffe to PyTorch. The converted models can be used with the PyTorch model zo

    Justin Johnson 217 Dec 05, 2022
    Unadversarial Examples: Designing Objects for Robust Vision

    Unadversarial Examples: Designing Objects for Robust Vision This repository contains the code necessary to replicate the major results of our paper: U

    Microsoft 93 Nov 28, 2022
    Cross View SLAM

    Cross View SLAM This is the associated code and dataset repository for our paper I. D. Miller et al., "Any Way You Look at It: Semantic Crossview Loca

    Ian D. Miller 99 Dec 09, 2022