-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8a5393
commit 695d4eb
Showing
6 changed files
with
18 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package: rsparse | ||
Type: Package | ||
Title: Statistical Learning on Sparse Matrices | ||
Version: 0.5.1 | ||
Version: 0.5.2 | ||
Authors@R: c( | ||
person("Dmitriy", "Selivanov", role=c("aut", "cre", "cph"), email="[email protected]", | ||
person("Dmitriy", "Selivanov", role=c("aut", "cre", "cph"), email="[email protected]", | ||
comment = c(ORCID = "0000-0001-5413-1506")), | ||
person("David", "Cortes", role="ctb"), | ||
person("Drew", "Schmidt", role="ctb", comment="configure script for BLAS, LAPACK detection"), | ||
person("Wei-Chen", "Chen", role="ctb", comment="configure script and work on linking to float package") | ||
) | ||
Maintainer: Dmitriy Selivanov <[email protected]> | ||
Maintainer: Dmitriy Selivanov <[email protected]> | ||
Description: Implements many algorithms for statistical learning on | ||
sparse matrices - matrix factorizations, matrix completion, | ||
elastic net regressions, factorization machines. | ||
|
@@ -27,7 +27,7 @@ Description: Implements many algorithms for statistical learning on | |
(2005, <doi:10.1145/1102351.1102441>) | ||
3) Fast Truncated Singular Value Decomposition (SVD), Soft-Thresholded SVD, | ||
Soft-Impute matrix completion via ALS - paper by Hastie, Mazumder | ||
et al. (2014, <arXiv:1410.2596>) | ||
et al. (2014, <doi:10.48550/arXiv.1410.2596>) | ||
4) Linear-Flow matrix factorization, from 'Practical linear models for | ||
large-scale one-class collaborative filtering' by Sedhain, Bui, Kawale et al | ||
(2016, ISBN:978-1-57735-770-4) | ||
|
@@ -55,7 +55,7 @@ Suggests: | |
testthat, | ||
covr | ||
StagedInstall: TRUE | ||
URL: https://github.com/rexyai/rsparse | ||
BugReports: https://github.com/rexyai/rsparse/issues | ||
RoxygenNote: 7.2.1 | ||
URL: https://github.com/dselivanov/rsparse | ||
BugReports: https://github.com/dselivanov/rsparse/issues | ||
RoxygenNote: 7.3.1 | ||
NeedsCompilation: yes |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.