Git Product home page Git Product logo

oregon-test's Introduction

oregon-test

To gather the data, I used the following when running als:

./physl als.physl \"MovieLens.csv\" 10 100 0.1 10 1 40 0 --performance --dump-newick-tree=2018-10-02-tree.txt --dump-counters=2018-10-02-performance.csv

or

srun -n 1 ./physl als.physl \"MovieLens.csv\" 10 100 0.1 10 1 40 0 --performance --dump-newick-tree=2018-10-04-tree.txt --dump-counters=2018-10-04-performance.csv

I'm not sure how you run the nightly tests but the important things (that I've learned through trial-and-error) are:

  • Include \ and " around the data csv name
  • The arguments 10 100 0.1 10 1 40 0 are necessary
  • You must include the --performance flag when adding any of the --dump- flags

For the trees to show up:

  • Use --dump-newick-tree and --dump-counters
  • The filenames for this output should be data/<today's date>-tree.txt and data/<today's data>-performance.csv
    • The date should be formatted yyyy-mm-dd (this allows the user to select a date)

If a day's data is correctly labeled yyyy-mm-dd-tree.txt and yyyy-mm-dd-performance.csv and stored in data/, then when you go to daily-tree.html, that tree should be able to be displayed.

Initial load page: Image of the initial page

Selecting a date (2018-10-04 works): Image of selecting a date

The final loaded image: Image of the tree

oregon-test's People

Contributors

kawilliams avatar

Watchers

James Cloos avatar  avatar

oregon-test's Issues

Data format change (probably) in late Feb

The data format changed (probably) in late Feb. The node (/phylanx/variable$0$sys_argv/0$0$0) seems to be new and/or giving my code fits. The nightly regression html code works for dates like 10/25/2019, but now I think it breaks on the old code (e.g. 10/25/2018 -- which used to work)

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.