Skip to content

Commit ded0efd

Browse files
authored
Update README.md
1 parent 9a11579 commit ded0efd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# normalCowboy
2-
Faster Guassian LASSO with Julia and Python API
2+
Guassian LASSO with Julia and Python API
3+
4+
The "chunky" version divides the covariance matrix to be fit into sections and fits seperately (fitting to residuals). This means that many interactions are fit many times, but with smaller semi-definite programs and so this is often faster. However, this will not give an equivalent result because it enforces the LASSO penalty uniformly on each chunk, rather than on the matrix as a whole.

0 commit comments

Comments
 (0)