Skip to content

Commit

Permalink
Update documentation of NystroemSketchInfluence regarding block-diago…
Browse files Browse the repository at this point in the history
…nal and Gauss-Newton

approximation
  • Loading branch information
schroedk committed Jun 11, 2024
1 parent 9701cc0 commit 339cb21
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/influence/influence_function_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,16 @@ if_model = NystroemSketchInfluence(
model,
loss,
rank=10,
hessian_regularization=0.0,
regularization=0.0,
block_structure=BlockMode.FULL,
second_order_mode=SecondOrderMode.HESSIAN
)
if_model.fit(train_loader)
```
This implementation is capable of using a block-matrix
approximation, see
[Block-diagonal approximation](#block-diagonal-approximation), and can handle
[Gauss-Newton approximation](#gauss-newton-approximation).

### Inverse Harmonic Mean

Expand Down

0 comments on commit 339cb21

Please sign in to comment.