Skip to content

Commit

Permalink
Update src/neurostatslib/glm.py
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <[email protected]>
  • Loading branch information
BalzaniEdoardo and billbrod authored Nov 1, 2023
1 parent 2aae9ef commit 19456b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neurostatslib/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class GLM(BaseRegressor):
solver : Solver
Solver being used.
baseline_link_fr_ : jnp.ndarray or None
Model baseline link firing rate parameters after fitting.
Model baseline link firing rate parameters.
basis_coeff_ : jnp.ndarray or None
Basis coefficients for the model after fitting.
Basis coefficients for the model.
solver_state : Any
State of the solver after fitting. May include details like optimization error.
Expand Down

0 comments on commit 19456b1

Please sign in to comment.