Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netZooPy/cobra/cobra.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def cobra(X, expression, cobra='nnls', alpha: np.float64=0.1, mode='corr'):
regression mode
nnls: Non-negative least square (default)
nnlasso: Non-negative LASSO
MLE: Maximum likelihood estimation
MLE: Maximum likelihood estimation (default in R)
alpha : np.float64
Regularization parameter for the LASSO model. Default is 0.1 and it can be tuned using cross-validation.
Only used when cobra='nnlasso'.
Expand Down
Loading