Skip to content

Commit

Permalink
feat(eda): parameter management and how-to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzxc authored and dovahcrow committed Jan 29, 2021
1 parent dbafbb2 commit d2e8b10
Show file tree
Hide file tree
Showing 40 changed files with 3,004 additions and 1,894 deletions.
2 changes: 1 addition & 1 deletion dataprep/eda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""
from bokeh.io import output_notebook

from ..utils import is_notebook
from .correlation import compute_correlation, plot_correlation, render_correlation
from .create_report import create_report
from .distribution import compute, plot, render
Expand All @@ -19,7 +20,6 @@
Text,
)
from .missing import compute_missing, plot_missing, render_missing
from ..utils import is_notebook

__all__ = [
"plot_correlation",
Expand Down
85 changes: 0 additions & 85 deletions dataprep/eda/basic/configs.py

This file was deleted.

0 comments on commit d2e8b10

Please sign in to comment.