Git Product home page Git Product logo

fintell_app's Introduction

APP Graph

Step1: Extract vertices

  • If the hive tables for storing vertices are not created, create them first. Substitute the table names in the bash scripts if necessary.

  • Execute the start.sh script. Change the IO path in the Spark scripts if necessary.

    cd vertices/
    cd preparation/ & sh modify_schema_for_vertex_raw.sh & sh modify_schema_for_vertex.sh & cd ..
    sh start.sh
    cd ../
    

Step 2: Extract edges

  • If the hive table for storing edges is not created, create it first. Substitute the table name in the bash script if necessary.

  • Execute the start.sh script. Change the IO path in the Spark scripts if necessary.

    cd edges/
    cd preparation/ & sh modify_schema_for_edge.sh & cd ..
    sh start.sh
    cd ../
    

Step3: Extract features

  • If the hive tables for storing features are not created, create them first. Substitute the table names in the bash scripts accordingly.
  • Execute the start.sh script. Change the IO path in the Spark scripts if necessary.
  cd features/
  cd preparation/ & sh modify_schema_for_ins_features.sh & sh modify_schema_for_dev_features.sh & cd ..
  sh start.sh
  cd ../

Step 4: Modeling

  • Please refer to the README file in the algorithms sub directory

fintell_app's People

Contributors

sweeroty avatar

Watchers

 avatar  avatar

Forkers

marc233

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.