Cyclops is part of theHADES.
Cyclops (Cyclic coordinate descent for logistic, Poisson and survivalanalysis) is an R package for performing large scale regularizedregressions.
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 likelihoodfunction, which makes use of the sparse nature of the data.
Requires R (version 3.1.0 or higher). Compilation on Windows requiresRTools >=3.4.
In R, to install the latest stable version, install from CRAN:
install.packages("Cyclops")To install the latest development version, install from GitHub. Notethat this will require RTools to be installed.
install.packages("devtools")devtools::install_github("OHDSI/Cyclops")Documentation can be found on thepackage website.
PDF versions of the documentation are also available: * Packagemanual:Cyclopsmanual
Readherehow you can contribute to this package.
Cyclops is licensed under Apache License 2.0. Cyclops contains theTinyThread libray.
The TinyThread library is licensed under thezlib/libpng license asdescribedhere.
Cyclops is being developed in R Studio.