Changes between Version 5 and Version 6 of Ticket #2690, comment 8
- Timestamp:
- 07/06/17 09:20:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2690, comment 8
v5 v6 3 3 * ~~Double click in the list view does not open the symbolic regression solution.~~ (added with r15103) 4 4 * 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) 6 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) 7 7 * ~~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)