forked from bigdatagenomics/gnocchi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linear regression refactor (bigdatagenomics#20)
* LogisticSiteRegression single test * changed * Finish linear regression impl * Linear regression breeze impl complete * Enable Anscombe tests * Add PIQ test * Fixes for p-value calc, deviations, matrix inst * More linear regression tests * Removed nearby() (not required with scalactic) * Formatting * Reflect nate's comments
- Loading branch information
1 parent
dea8236
commit a72c7cf
Showing
3 changed files
with
440 additions
and
382 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,4 +93,3 @@ trait GnocchiFunSuite extends SparkFunSuite { | |
phenos.toMap | ||
} | ||
} | ||
|
Oops, something went wrong.