-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
According to what´s written here https://nemos.readthedocs.io/en/latest/how_to_guide/plot_03_population_glm.html :
"For an unregularized, Lasso, Ridge, or group-Lasso GLM, fitting a GLM one neuron at the time, or fitting jointly the neural population is equivalent. "
however in the following model
model = nmo.glm.PopulationGLM( regularizer="Ridge",
regularizer_strength=0.0001,
# lowering the tolerance means that the solution will be closer to the optimum
# (at the cost of increasing execution time)
solver_kwargs=dict(tol=10**-12),
)
the result of predict method changes if I increase the number of neurons.
Environemnt:
- OS: Linux
- Python version 3.13.5
- JAX version 0.7.1
- NeMoS version 0.2.4 dev & 0.2.3
Metadata
Metadata
Assignees
Labels
No labels