Skip to content

Commit

Permalink
fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Sep 30, 2023
1 parent 2763741 commit 942895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ values, state = optimizer.fit(fun=fast_nll, init_values=init_values)

print(values)
# -> {'mu': Array([1.39171364], dtype=float64),
'sigma': Array([0.00867292], dtype=float64)}
# 'sigma': Array([0.00867292], dtype=float64)}

# eval model with fitted values/parameters
print(model.update(values=values).evaluate().expectation())
Expand Down

0 comments on commit 942895f

Please sign in to comment.