Cyclops (Cyclic coordinate descent for logistic, Poisson and survival analysis) is an R package for performing large scale regularized regressions.
library(Cyclops)
cyclopsData <- createCyclopsDataFrame(formula)
cyclopsFit <- fitCyclopsModel(cyclopsData)
Cyclops in an R package, with most functionality implemented in C++. Cyclops uses cyclic coordinate descent to optimize the likelihood function, which makes use of the sparse nature of the data.
Requires R (version 3.1.0 or higher). Compilation on Windows requires RTools >= 3.4.
library(Cyclops)
cyclopsData <- createCyclopsDataFrame(formula)
cyclopsFit <- fitCyclopsModel(cyclopsData)
Cyclops is licensed under Apache License 2.0. Cyclops contains the TinyThread libray.
The TinyThread library is licensed under the zlib/libpng license as described here.
Cyclops is being developed in R Studio.
Beta