heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
36 stars 16 forks source link

DataCompletenessChart is still slow #2922

Open HeuristicLab-Trac-Bot opened 6 years ago

HeuristicLab-Trac-Bot commented 6 years ago

Issue migrated from trac ticket # 2922

milestone: HeuristicLab 3.3.17 | component: DataPreprocessing.Views | priority: medium

2018-05-23 07:06:40: @gkronber created the issue


In #2393 the performance of the data completeness chart has been improved.

However, when I used it with a dataset (30000 rows 100 variables) it still locked up. It should be faster.

HeuristicLab-Trac-Bot commented 6 years ago

2018-05-23 07:06:48: @gkronber changed status from new to accepted

HeuristicLab-Trac-Bot commented 6 years ago

2018-05-23 07:08:21: @gkronber commented


r15941: created branch

HeuristicLab-Trac-Bot commented 6 years ago

2018-05-23 07:10:17: @gkronber commented


r15942: changed DataCompletenessChart to use a simple bitmap instead of the chart control.

TODO: show variable names and stats in a tooltip on mouseover TODO: if the dataset is small enough then use the old code which also shows variable names. If the dataset has many variables then use the new code and don't show variable names

HeuristicLab-Trac-Bot commented 6 years ago

2018-05-23 07:10:17: @gkronber

HeuristicLab-Trac-Bot commented 5 years ago

2019-04-14 21:15:32: @gkronber changed milestone from HeuristicLab 3.3.16 to HeuristicLab 3.3.17