LBHB / NEMS

The Neural Encoding Model System (NEMS) provides tools to fit and evaluate models of sensory encoding and decoding.
GNU General Public License v3.0
7 stars 0 forks source link

Revise plots in nems.visualization.model #1

Open jacobpennington opened 2 years ago

jacobpennington commented 2 years ago

Currently a duplicate version of plot_model (plot_model_with_parameters) that includes extra features. Merge these and/or separate out the repeated code, update Layer.plot scheme if needed.

jacobpennington commented 1 year ago

Proposed solution: rename plot_model_with_parameters to plot_LN and make it clear that it assumes a specific model structure. This should simplify the code quite a bit. I don't want plot_model_with_parameters to devolve into another iteration of the old quickplot code with a maze of if/else chains for every possible layer combination.