mikesiers / wattle

A generic decision tree algorithm template. Extend it to implement algorithms such as C4.5, CART, or CSTree
0 stars 0 forks source link

'to_string() methods are implemented differently in Python. #10

Closed mikesiers closed 7 years ago

mikesiers commented 7 years ago

Overview of this Issue

Python has the __str__ function for custom representation of objects as strings. See here for more information.

Tasks to Close Issue

mikesiers commented 7 years ago

The work in this issue was completed in acd813e. It will be added to master later as part of a pull request.