Open HeuristicLab-Trac-Bot opened 4 years ago
r17775 Fixed recalculating of the internal dataset when the shared dataset is reset.
The internal dataset is not recalculated when the reset-event of the shared-variables-dataset is triggered. The comment is a lie!
The y-axis label is still not updated. It seems the problem is caused by caching of estimated values in the model evaluation?
Replying to [comment:2 gkronber]:
The y-axis label is still not updated. It seems the problem is caused by caching of estimated values in the model evaluation?
The problem is indeed that the BatchedInterpreter has a cached version of the dataset and it does not detect that the dataset is changed in the partial dependence plot.
r17801: updated interpreters to always invalidate their cached dataset when the cached dataset is a ModifiableDataset (as in the PDP)
Issue migrated from trac ticket # 3084
milestone: HeuristicLab 3.3.17 | component: Problems.DataAnalysis.Views | priority: medium
2020-10-13 13:23:40: @NimZwei created the issue