Skip to content

Commit

Permalink
fix(eda):remove imdt output from plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglinpeng committed Sep 28, 2021
1 parent 4744134 commit 5c227e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataprep/eda/distribution/render.py
Expand Up @@ -1925,7 +1925,6 @@ def render_num(itmdt: Intermediate, cfg: Config) -> Dict[str, Any]:
panel.child.children[0].frame_width = int(plot_width * 0.9)
if cfg.hist.enable:
tabs[0].child.children[0].frame_width = int(plot_width_hist * 0.9)
print(data)
return {
"tabledata": format_num_stats(data) if cfg.stats.enable else [],
"value_table": value_table,
Expand Down

1 comment on commit 5c227e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DataPrep.EDA Benchmarks

Benchmark suite Current: 5c227e1 Previous: 4744134 Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.17205325593280837 iter/sec (stddev: 0.0637605279639365) 0.1718041216453461 iter/sec (stddev: 0.06689905573945601) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.