You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small litany of things I noticed during the last few PR's that I didn't want to get side-tracked with at the time. Here is the list of small things we could do to cleanup the source code and interface a little.
Make the epistatic and activation function arguments to model a string instead of the function definition.
Allow output of Model.get_mutations_df() to output either wide, or tall formats.
Print more useful error message when fits fail in fit_models call
Use pytest fixtures to speed things up and make global test inputs more consistent
Make method for printing convergence trajectory for models.
Let's make sure condition names match a certain pattern, like that there's no "." in the condition name. That would clean up a lot of the altair plotting code.
The text was updated successfully, but these errors were encountered:
I have a small litany of things I noticed during the last few PR's that I didn't want to get side-tracked with at the time. Here is the list of small things we could do to cleanup the source code and interface a little.
ModelCollection.fit_models
attribute ->ModelCollection.models_df
fit_models
. It would make for a nicer interfacefit_models
callThe text was updated successfully, but these errors were encountered: