Free cookie consent management tool by TermsFeed Policy Generator

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2690, comment 8

    v5 v6  
    33* ~~Double click in the list view does not open the symbolic regression solution.~~ (added with r15103)
    44* The model view is the last entry in the solution view.
    5 * Why are evaluation views misused to display the individual trees. Would not it be possible to create a view for IRandomForestModel / GBTModel?
     5* ~~Why are evaluation views misused to display the individual trees. Would not it be possible to create a view for IRandomForestModel / GBTModel?~~ (gkronber: model views have been introduced with r15105:15106 and r15123:15124 additionally to model evaluation views)
    66* ~~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)