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
This needs to take an alignment and other configuration commands. It will take a little work to sort this out the final design, but to start with it needs to return a custom dataclass which has properties such as aic_model which would return the model configuration selected using the AIC measure. The dataclass should also implement a _repr_html_() method and use the cogent3 table objects under the hood to get nice display in a jupyter notebook.
The text was updated successfully, but these errors were encountered:
This needs to take an alignment and other configuration commands. It will take a little work to sort this out the final design, but to start with it needs to return a custom dataclass which has properties such as
aic_model
which would return the model configuration selected using the AIC measure. The dataclass should also implement a_repr_html_()
method and use the cogent3 table objects under the hood to get nice display in a jupyter notebook.The text was updated successfully, but these errors were encountered: