Skip to content

903group6/Pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle Competition

Random Acts of Pizza

The included code in this project is to produce predictions for the Kaggle
"Random acts of pizza" competition:
(https://www.kaggle.com/c/random-acts-of-pizza).

Usage: in a command line run "python main.py"

Requirements:

main.py(inputs)

In this file, you can update the following parameters: 
  • Training and Test File locations
  • Paths to output for models, evaluations results and kaggle submission file
  • Name of your model
  • Additional features to include beyond the baseline features
  • MOST IMPORTANT: You can choose your classifier

Outputs

With these parameters specified, the program will output to the path:
  • CSV file for submission to Kaggle

  • Model Evaluation Files for Review

  • Binary files to predict results for new Reddit Posts

    For full details of the system and results, please see the included report on our system.

    Note Also: This system and code can be adapted for similar problems

Pipeline

**"import raop pipeline"**  This module contains functions to preprocess data
and extract features.  Check out doc strings and code for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages