Giter VIP home page Giter VIP logo

project-6's Introduction

Overview

The task has three parts:

  1. data collection
  2. data exploration/algorithm developmnet
  3. prediction

Collection

In teams, collect at least 300 pages across 3 categories using the Wikipedia API and load these pages into a Postgres database.

You must build a python script that:

  • will be run via a command line argument
    • e.g. ./download #ARGS#
  • can take a filename for which it will read categories
    • e.g. ./download categories.yml

    • here categories.yml would look like

      categories:
        - Machine_learning
        - Business_software
      
  • can take a category as an argument
    • e.g. ./download Machine_learning
  • loads the returned pages into our shared Postgres database

Search

Individually, perform a search over the data we collected.

You must build a python script that:

  • returns a text snippet from each of the top five related articles to a search query
    • a query could be any string of words
    • e.g. ./search top principal component analysis
  • returns the full text from the top related article with related words colored in red
    • e.g. ./search full principal component analysis

Predict

Build a predictive model over your data. When a new article comes along, you must be able to predict the category into which that article should fall.

This section will have two scripts:

  1. a training script, ./train-model, that will train a predictive model over your dataset
  2. a prediction script that takes as argument an article from Wikipedia
    • e.g.

      $ ./predict Random_forest
      Predict Category: Machine_learning
      Confidence: 0.9
      

project-6

project-6

project-6

project-6's People

Contributors

toddmoffett avatar

Watchers

 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.