-
Notifications
You must be signed in to change notification settings - Fork 478
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
Refactor project package to org.apache.sysml #4
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nit: The committers for the first two commits (Deron's and your pom.xml changes) are still not attached to your account, although the authors are correct. The tests ran successfully. LGTM. |
@dusenberrymw I think i was able to fix all now, could you please double check. |
LGTM. |
The refactor from com.ibm.bi.dml to org.apache.sysml is being done in two phases to avoid loosing the file history. In this phase, files are being moved to new location.
The refactor from com.ibm.bi.dml to org.apache.sysml is being done in two phases to avoid loosing the file history. In this phase, all references to old package is being updated to reference the new project structure.
PR Merged |
nakul02
pushed a commit
to nakul02/systemml
that referenced
this pull request
Oct 17, 2016
Bugfixes in GPU binary operations code
asfgit
pushed a commit
that referenced
this pull request
Mar 27, 2020
mboehm7
added a commit
that referenced
this pull request
May 20, 2024
This patch adds a new sliceLineDebug function to present the top-k worst-slides returned from sliceLine (slicefinder) in a human readable format. This is the output for the Salaries dataset: sliceLineDebug: -- Slice #1: score=0.4041683676825298, size=248.0 ---- avg error=6.558681888351787E8, max error=8.524558818262574E9 ---- predicate: "rank" = "Prof" AND "sex" = "Male" -- Slice #2: score=0.3731763935666855, size=42.0 ---- avg error=8.271958572009121E8, max error=4.553584116646141E9 ---- predicate: "rank" = "Prof" AND "yrs.since.phd" = 31.25 -- Slice #3: score=0.3675193573989536, size=125.0 ---- avg error=6.758211389786526E8, max error=8.524558818262574E9 ---- predicate: "rank" = "Prof" AND "discipline" = "B" AND "sex" = "Male" -- Slice #4: score=0.35652331744984933, size=266.0 ---- avg error=6.307265846260264E8, max error=8.524558818262574E9 ---- predicate: "rank" = "Prof"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The refactor from com.ibm.bi.dml to org.apache.sysml
is being done in two phases to avoid loosing the file
history:
Build has been started here