Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Ticket #2690, comment 8


Ignore:
Timestamp:
07/06/17 09:19:24 (7 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2690, comment 8

    v4 v5  
    44* The model view is the last entry in the solution view.
    55* Why are evaluation views misused to display the individual trees. Would not it be possible to create a view for IRandomForestModel / GBTModel?
    6 * Why are GBTSolutionView and RF Regression/Classifation View necessary? Only to remove the menu entry?
     6* ~~Why are GBTSolutionView and RF Regression/Classifation View necessary? Only to remove the menu entry?~~ (gkronber: solution views have been removed with r15105:15106 and r15123:15124)
    77* ~~Excel format for the symbolic models does not work correctly. There is no infinity symbol in excel and additionally 1/(1+EXP(-Infinity * ($D1-44)) is not easy to interpret correctly. Especially for RF where ignoreSlope == true a standard if-condition should be exported.~~ (fixed with r15104)
    88* Depending on whether ignoreSlope is set the condition is negated (> changes to <).