prog_models
prog_models copied to clipboard
Config Comparing Table
New Feature: Generate a table to compare the configuration of multiple models of the same type. It would look something like this:
model.parameters.compare(other.parameters, ...)
| 0 | 1 | 2 | |
|---|---|---|---|
| a | 1.2 | 3 | 1.2 |
| ... |