-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: rfastfm
Type: Package
Title: Interface to the fastFM library
Version: 0.1.0.9000
Authors@R: person("Adrien", "Todeschini", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Adrien Todeschini <[email protected]>
Description: rfastfm is an interface to the fastFM library for Factorization
Machines (FM). Though being recognized as being very successful for
recommender system type applications, FMs are a much more general model to
deal with sparse and high dimensional features. The fastFM implementation
provides easy access to many solvers and supports regression, classification
and ranking tasks. Such an implementation simplifies the use of FMs for a
wide range of applications.
License: GPL-3 + FILE src/fastFM-core/COPYING
Encoding: UTF-8
LazyData: true
URL: https://github.com/adrtod/rfastfm, https://adrtod.github.io/rfastfm
BugReports: https://github.com/adrtod/rfastfm/issues
SystemRequirements: GNU make, libopenblas-dev
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 6.0.1
Suggests: testthat