Support for tf df trees #181
@parrt it contains the visualisations for Random Forest algo. The tensorflow DF contains more algorithms for decision forests and we can add them also in the future.
close #181
hooray!!! The tfdf prefix looks very much like the common term tfidf... Perhaps we change that to simply prefix of tf everywhere?
There are a couple of changes such as in interpretation.py that might affect other targets. Have you run through and checked the other kinds of trees and run tests?
There are a couple of changes such as in interpretation.py that might affect other targets. Have you run through and checked the other kinds of trees and run tests?
yes, I spent some time for these changes and ran/tested all of them :)
hooray!!! The
tfdfprefix looks very much like the common termtfidf... Perhaps we change that to simply prefix oftfeverywhere?
agree, I will rename them soon.
Thanks, @tlapusan !