Other packages > Find by keyword >

picasso  

Pathwise Calibrated Sparse Shooting Algorithm
View on CRAN: Click here


Download and install picasso package within the R console
Install from CRAN:
install.packages("picasso")

Install from Github:
library("remotes")
install_github("cran/picasso")

Install by package version:
library("remotes")
install_version("picasso", "1.3.1")



Attach the package and use:
library("picasso")
Maintained by
Jason Ge
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-08-13
Latest Update: 2019-02-21
Description:
Computationally efficient tools for fitting generalized linear model with convex or non-convex penalty. Users can enjoy the superior statistical property of non-convex penalty such as SCAD and MCP which has significantly less estimation error and overfitting compared to convex penalty such as lasso and ridge. Computation is handled by multi-stage convex relaxation and the PathwIse CAlibrated Sparse Shooting algOrithm (PICASSO) which exploits warm start initialization, active set updating, and strong rule for coordinate preselection to boost computation, and attains a linear convergence to a unique sparse local optimum with optimal statistical properties. The computation is memory-optimized using the sparse matrix output.
How to cite:
Jason Ge (2014). picasso: Pathwise Calibrated Sparse Shooting Algorithm. R package version 1.3.1, https://cran.r-project.org/web/packages/picasso. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.1.0 (2014-08-13 11:05), 0.2.0 (2014-10-06 08:14), 0.3.0 (2014-10-19 01:37), 0.4.7 (2015-09-15 16:22), 0.5.0 (2015-12-18 22:40), 0.5.4 (2016-10-06 20:14), 1.0.1 (2017-07-21 01:04), 1.2.0 (2017-12-20 18:45), 1.3.0 (2018-10-03 10:30)
Other packages that cited picasso R package
View picasso citation profile
Other R packages that picasso depends, imports, suggests or enhances
Complete documentation for picasso
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA