Skip to content

Update computeJoinedDF to take a DataFrame #3

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

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Conversation

sriramvasudevan
Copy link
Contributor

  • 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.

* 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 sriramvasudevan added the enhancement New feature or request label Sep 15, 2020
@sriramvasudevan sriramvasudevan self-assigned this Sep 15, 2020
@sriramvasudevan sriramvasudevan merged commit c8ffc2d into main Sep 15, 2020
@sriramvasudevan sriramvasudevan deleted the update-api branch September 15, 2020 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant