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

Dataframe #451

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

Dataframe #451

wants to merge 11 commits into from

Commits on Feb 11, 2020

  1. test commit

    lguo committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    aec6486 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Migrate to Dataframe

    Training datasets will be created directly before training a coordinate.
      FixedEffectDataset is merged into FixedEffectCoordinate;
      RandomEffectDataset is merged into RandomEffectCoordinate;
    Random effect vector projection will be disabled
    lguo committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    0df72a0 View commit details
    Browse the repository at this point in the history
  2. fix compilation bugs

    lguo committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    4b373c6 View commit details
    Browse the repository at this point in the history
  3. Fix errors in CoordinateDescent

    lguo committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ace606f View commit details
    Browse the repository at this point in the history
  4. 1. Models are changed to use Dataframe

    2. Scores are changed to use Dataframe
    3. Residuals will be computed by using a UDF on the training DataFrame. For random effects, the per-entity models will first need to be joined to the DataFrame by REID. A single UDF will do all scoring for fixed and random effects at once.
    lguo committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    0ce3fd2 View commit details
    Browse the repository at this point in the history
  5. reset the changes in README.md

    lguo committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    26c6210 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Address Alex's comments

    lguo committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    05b3e01 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    ae98cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1875588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f36c78 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Address comments

    lguo committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    77a8dc4 View commit details
    Browse the repository at this point in the history