Giter VIP home page Giter VIP logo

dig-aggregate-features's Introduction

Running the Aggregator

zip -r reducers.zip reducers features utils

The program to run is: featureReducer.py.

./bin/spark-submit --py-files reducers.zip featureReducer.py \
      <input folder> <output folder> <child attribute name> [<aggregation>:<featureName> ...]

Example Invocation:

./bin/spark-submit \
    --master local[*] \
    --py-files ~/github/dig-aggregate-features/reducers.zip \
    ~/github/dig-aggregate-features/featureReducer.py \
    hdfs://memex-nn1:8020/user/worker/process/atf/dev11/evolution-forums/main/part-r-00000 \
    hdfs://memex-nn1:8020/user/worker/aggregate-features/v2_4 \
    hasPost date:dateCreated histogram:author.name

Available aggregators:

  • histogram: aggregated value is each value from the post with a count of how many times it appears
  • date: aggregated value is the date range as the featureValue

It also sorts all Posts under a Thread in the order created (sort by dateCreated ASC)

dig-aggregate-features's People

Contributors

dkapoor avatar

Watchers

James Cloos avatar Pedro Szekely avatar Craig Knoblock avatar  avatar  avatar  avatar Andrew Philpot avatar Yao-Yi Chiang avatar Diane avatar  avatar Jason Slepicka avatar Amandeep Singh 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.