Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linkedin/LiFT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: linkedin/LiFT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 15, 2020

  1. Update computeJoinedDF to take a DataFrame (#3)

    * The computeJoinedDF method accepts a DataFrameReader to load the
    protected attribute DataFrame. However, this means that the data
    must necessarily be read / loaded in, and that a DataFrameReader
    must be used to achieve this. The API is updated now to accept a
    DataFrame instead.
    * The version is bumped to 0.2.0 due to the API change.
    * Fixed a unit test for computeModelMetrics that was testing
    computeDatasetMetrics instead.
    * Fixed some code style issues.
    sriramvasudevan authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c8ffc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44f158 View commit details
    Browse the repository at this point in the history
Loading