Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

randomforest algorithm numpy and cpp primitive #677

Open
wants to merge 103 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2018

  1. initial import

    ct-clmsn committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    e2d77fc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. randomforest initial work

    ct-clmsn committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    5ec01c5 View commit details
    Browse the repository at this point in the history
  2. moved around include

    ct-clmsn committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    82f8b63 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    f814358 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. renamed impl file

    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    a412109 View commit details
    Browse the repository at this point in the history
  2. comment update

    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    add0231 View commit details
    Browse the repository at this point in the history
  3. almost done getting randomforest into a primitive

    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    196847c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/ct-clmsn/phylanx into ran…

    …domforest
    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ce81381 View commit details
    Browse the repository at this point in the history
  5. fixed compile issues with randomforest

    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    d89cd11 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    8f7b4d7 View commit details
    Browse the repository at this point in the history
  7. recompile test

    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    4f01400 View commit details
    Browse the repository at this point in the history
  8. compilation fixes part 2

    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    f1646cd View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    2bf0a0f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. fixed compilation issues v3

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    9e27773 View commit details
    Browse the repository at this point in the history
  2. fixed exaplanation message

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    ece2a10 View commit details
    Browse the repository at this point in the history
  3. whitespace alterations to pass linter

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d6b22c2 View commit details
    Browse the repository at this point in the history
  4. fixed argument test and error message

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    3f285a8 View commit details
    Browse the repository at this point in the history
  5. err w/param test

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    37d5d90 View commit details
    Browse the repository at this point in the history
  6. more wspace fixes

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    10b93c1 View commit details
    Browse the repository at this point in the history
  7. more wspace fixes

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d43b953 View commit details
    Browse the repository at this point in the history
  8. fixed more code formatting issues

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    c4cd8cf View commit details
    Browse the repository at this point in the history
  9. added ifdefs

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    ec5db06 View commit details
    Browse the repository at this point in the history
  10. updated ifndefs

    ct-clmsn committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    e83899f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. starting to add serialization

    ct-clmsn committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    45430b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. removed tuple-of-vectors

    ct-clmsn committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    f580364 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    a7ddc25 View commit details
    Browse the repository at this point in the history
  2. resolved issues storing randomforest implementation into phylanx::ir:…

    …:dictionary
    ct-clmsn committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    d017dba View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. storage into phylanx types

    ct-clmsn committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    422cd12 View commit details
    Browse the repository at this point in the history
  2. mapping fit/predict functions into primitive

    ct-clmsn committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    5f41619 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. implemented fit/predict for randomforest

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    3107bdb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    fe87a07 View commit details
    Browse the repository at this point in the history
  3. stores forest classes properly now

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ebd7427 View commit details
    Browse the repository at this point in the history
  4. added randomforest unit test

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5d4c273 View commit details
    Browse the repository at this point in the history
  5. fixed arg should be double issue

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ff90ed7 View commit details
    Browse the repository at this point in the history
  6. added randomforest unit test to example dir

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5cc50ff View commit details
    Browse the repository at this point in the history
  7. print output

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0614c40 View commit details
    Browse the repository at this point in the history
  8. code formatting issues resolved

    ct-clmsn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8fdf583 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5be1847 View commit details
    Browse the repository at this point in the history
  2. renamed cpp demo

    ct-clmsn committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5c25a4d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    f11855f View commit details
    Browse the repository at this point in the history
  2. added randomforest

    ct-clmsn committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1a5e83d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    bbd78a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    84d9c49 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. adding randomforest cpp test

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    3c4b5e9 View commit details
    Browse the repository at this point in the history
  2. fixing issues in randomforest

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    437ed4d View commit details
    Browse the repository at this point in the history
  3. fixing src issues

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    21083cc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    50d7c20 View commit details
    Browse the repository at this point in the history
  5. update cmake

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    62c6552 View commit details
    Browse the repository at this point in the history
  6. added example code

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    03fcf63 View commit details
    Browse the repository at this point in the history
  7. resolved merge

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d3e97d5 View commit details
    Browse the repository at this point in the history
  8. space modifications

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    536bf90 View commit details
    Browse the repository at this point in the history
  9. added plugin

    ct-clmsn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    9d9eb5f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. cd ../hpxMerge branch 'master' of https://github.com/STEllAR-GROUP/ph…

    …ylanx into randomforest
    
    git pll
    ct-clmsn committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    9664882 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. clean compile rf

    ct-clmsn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    e5854f0 View commit details
    Browse the repository at this point in the history
  2. added license

    ct-clmsn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0107053 View commit details
    Browse the repository at this point in the history
  3. added cpp examples

    ct-clmsn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1f9531d View commit details
    Browse the repository at this point in the history
  4. updated cmake

    ct-clmsn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    92ee48f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    eba9fe1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. git Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx

    …into randomforest
    ct-clmsn committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    a8b4813 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c6080a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    571794c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    8ce305f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    00d3660 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. git statusMerge branch 'master' of https://github.com/STEllAR-GROUP/p…

    …hylanx into randomforest
    ct-clmsn committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    95a6778 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    e577b51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    be71a03 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. git remote -vMerge branch 'master' of https://github.com/STEllAR-GROU…

    …P/phylanx into randomforest
    ct-clmsn committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    3a0d51f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7d5dfe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. cd buildMerge branch 'master' of https://github.com/STEllAR-GROUP/phy…

    …lanx into randomforest
    ct-clmsn committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1abf34a View commit details
    Browse the repository at this point in the history
  2. added phylanx compiled randomforest

    ct-clmsn committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3f99de0 View commit details
    Browse the repository at this point in the history
  3. print out the line number in python where a multi-target (tuple) assi…

    …gnment occurs
    ct-clmsn committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c231959 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    eba2ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a3898de View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    aba9385 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. cd buildMerge branch 'master' of https://github.com/STEllAR-GROUP/phy…

    …lanx into randomforest cmake .. && make
    ct-clmsn committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    83033db View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    a3c5081 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    583026b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. cd ../hpxMerge branch 'master' of https://github.com/STEllAR-GROUP/ph…

    …ylanx into randomforest
    ct-clmsn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    0491875 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    dc9c912 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7426f87 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. randomforest with new node types works

    ct-clmsn committed May 14, 2019
    Configuration menu
    Copy the full SHA
    f64c618 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. working version

    ct-clmsn committed May 17, 2019
    Configuration menu
    Copy the full SHA
    e0e3b29 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. clean compile of phylanx plugin wrapper

    ct-clmsn committed May 18, 2019
    Configuration menu
    Copy the full SHA
    8640668 View commit details
    Browse the repository at this point in the history
  2. cleaning up phylanx plugin wrapper

    ct-clmsn committed May 18, 2019
    Configuration menu
    Copy the full SHA
    3228b90 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed May 18, 2019
    Configuration menu
    Copy the full SHA
    f85d0fd View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. fixing up more flake8 issues

    ct-clmsn committed May 26, 2019
    Configuration menu
    Copy the full SHA
    1455f64 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. fixed more spacing issues

    ct-clmsn committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c30a2d1 View commit details
    Browse the repository at this point in the history
  2. fixed more spacing issues

    ct-clmsn committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    95b7df1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    46cbae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. cd ../hpxMerge branch 'master' of https://github.com/STEllAR-GROUP/ph…

    …ylanx into randomforest git remote -v
    ct-clmsn committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    95b250c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    bb14237 View commit details
    Browse the repository at this point in the history
  2. updated flake8 issues

    ct-clmsn committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0b61b9d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. format fixes for ci

    ct-clmsn committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    cacffb9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    48af936 View commit details
    Browse the repository at this point in the history
  3. ci inspection test

    ct-clmsn committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    47f3624 View commit details
    Browse the repository at this point in the history
  4. more ci edits

    ct-clmsn committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    8b71581 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. formatting fixes

    ct-clmsn committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    b272f63 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2201286 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    3fd5722 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    e6bec46 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Merge branch 'master' of https://github.com/STEllAR-GROUP/phylanx int…

    …o randomforest
    ct-clmsn committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    8d3be78 View commit details
    Browse the repository at this point in the history
  2. formatting fixes

    ct-clmsn committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    580686d View commit details
    Browse the repository at this point in the history
  3. fixed more formatting issues

    ct-clmsn committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    6bfb509 View commit details
    Browse the repository at this point in the history