Opened 3 years ago
Last modified 3 years ago
#3134 reviewing enhancement
RunCollection PDP
Reported by: | chaider | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Problems.DataAnalysis.Symbolic.Views | Version: | trunk |
Keywords: | Cc: |
Description
Add a view, which shows the partial dependence plots from each run in a RunCollection.
Change History (7)
comment:1 Changed 3 years ago by chaider
comment:2 Changed 3 years ago by chaider
r18052 Moved RunCollectionPartialDependencePlotView to DataAnalysis.Views
comment:3 Changed 3 years ago by chaider
- Status changed from new to accepted
comment:4 Changed 3 years ago by chaider
- Owner changed from chaider to pfleck
- Status changed from accepted to reviewing
comment:5 Changed 3 years ago by gkronber
The run collection view throws an error if the run collections to not contain results called "Best training solution". The view should work for all algorithms that produce IRegressionSolution results regardless how they are called.
Additionally, the view calls an async method which seems problematic.
comment:6 Changed 3 years ago by gkronber
r18208: bugfixes and improvements
comment:7 Changed 3 years ago by gkronber
r18209: bug fix for an exception raised in combination with interpreters that iterate over the variables in a dataset.
r18051 Added RunCollectionPartialDependencePlotView and changed UpdateAllSeriesDataAsync method in PartialDependencePlot to await all updates from the given enumeration