Skip to content

Commit

Permalink
Merge branch 'abess-team:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AnrWang authored Jun 2, 2024
2 parents a833dfd + d9550c7 commit 6c21974
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 368 deletions.
2 changes: 1 addition & 1 deletion docs/source/feature/DataScienceTool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Here is an example using SIC to find the optimal support size.
ic_method=LinearSIC, ## use SIC to evaluate sparsity levels
)
solver.solve(
lambda params: jnp.sum(X @ params - y)),
lambda params: jnp.sum((X @ params - y)**2),
jit = True,
)
print(solver.get_result())
Expand Down
Loading

0 comments on commit 6c21974

Please sign in to comment.