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

Refactor project package to org.apache.sysml #4

Closed
wants to merge 4 commits into from
Closed

Refactor project package to org.apache.sysml #4

wants to merge 4 commits into from

Conversation

lresende
Copy link
Member

@lresende lresende commented Dec 2, 2015

The refactor from com.ibm.bi.dml to org.apache.sysml
is being done in two phases to avoid loosing the file
history:

  • In the first phase, files are being moved to new location.
  • In the second phase, update references to new project structure.

Build has been started here

@dusenberrymw
Copy link
Contributor

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.

@lresende
Copy link
Member Author

lresende commented Dec 3, 2015

@dusenberrymw I think i was able to fix all now, could you please double check.

@dusenberrymw
Copy link
Contributor

LGTM.

deroneriksson and others added 4 commits December 3, 2015 10:36
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.
@lresende
Copy link
Member Author

lresende commented Dec 3, 2015

PR Merged

@lresende lresende closed this Dec 3, 2015
@lresende lresende deleted the incubator branch December 9, 2015 05:03
nakul02 pushed a commit to nakul02/systemml that referenced this pull request Oct 17, 2016
Bugfixes in GPU binary operations code
nakul02 added a commit to nakul02/systemml that referenced this pull request Mar 8, 2017
asfgit pushed a commit that referenced this pull request Mar 27, 2020
asfgit pushed a commit that referenced this pull request Mar 27, 2020
Added code to install outliers R package.

Scale builtin function, which scales (calculates z-score) and centers an input matrix. The corresponding test routines.

Closes #4, closes #5.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants