-
Notifications
You must be signed in to change notification settings - Fork 12
Add __repr__ to ModelBuilder #64
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersimprovementSomething which would improve current status, but not add anything newSomething which would improve current status, but not add anything newlow priorityNot urgent and won't degrade with timeNot urgent and won't degrade with time
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersimprovementSomething which would improve current status, but not add anything newSomething which would improve current status, but not add anything newlow priorityNot urgent and won't degrade with timeNot urgent and won't degrade with time
The
ModelBuilderclass should have a__repr__method that presents a summary of it's settings. This could be as simple as instantiating aModeland returning its__repr__value.