Git Product home page Git Product logo

catml's Introduction

catML

Overview

A Machine Learning project to predict star ratings from Yelp reviews. This program uses five different models to conduct its multiclass classifications:

  • Logistic Regression
  • Perceptron
  • Support Vector Machine
  • Nearest Centroid
  • Voting Ensemble of the above four

List of Files

  • Report.pdf - a report explaining the project
  • AgabinSeghbossianShrestha_predictions.csv - the final predictions for the provided test
  • AgabinSeghbossianShrestha_code.zip - the zip file of all source code
    • pickled_feature_vectorizer - the TFID vectorizer used to extract a set of features from text instances
    • pickled_svm - pickled SVM model
    • pickled_perceptron - pickled perceptron model
    • pickled_nc - pickled nearest centroid model
    • pickled_logistic_regression - pickled logistic regression model
    • feature_extractions_BOW.ipynb - python notebook with code related to feature extraction
    • perceptron_nearest_centroid.ipynb - python notebook with code related to perceptron and nearest centroid classifiers
    • SVM.ipynb - python notebook with code related to SVM classifier
    • logistic_regression.ipynb - python notebook with code related to logistic regression model
    • predictor_client.py - python file to be used for testing models

Instructions for Testing a Dataset

  1. Unzip AgabinSeghbossianShrestha_code.zip
  2. Run predictor_client.py with the filepath to the testing dataset as the only argument to the program
  3. The program will use a voting ensemble of four different models to output its predictions to predictions_group2.csv NOTE: Do not run any of the ipynb files. Many of them have long runtimes and rely on certain data files to be inside the working directory.

catml's People

Contributors

cseghbossian avatar kashrest avatar abdelrahim-hentabli avatar aagabin avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.