Add __repr__ to ModelBuilder #64
Labels
good first issue
Good for newcomers
improvement
Something which would improve current status, but not add anything new
low priority
Not urgent and won't degrade with time
The
ModelBuilder
class should have a__repr__
method that presents a summary of it's settings. This could be as simple as instantiating aModel
and returning its__repr__
value.The text was updated successfully, but these errors were encountered: