We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83fa14 commit 20937beCopy full SHA for 20937be
1 file changed
skrub/_reporting/_table_report.py
@@ -124,9 +124,11 @@ class TableReport:
124
formats for the filter values are a list of column names,
125
a list of column indices, or a Selector object.
126
See the end of the "Examples" section below for details.
127
- verbose : int, default = 1
+ verbose : int, default = None
128
Whether to print progress information while the report is being generated.
129
130
+ * verbose = ``None`` uses the global configuration (see :func:`set_config`),
131
+ which then defaults to 1.
132
* verbose = 1 prints how many columns have been processed so far.
133
* verbose = 0 silences the output.
134
plot_distributions : bool or "auto", default="auto"
0 commit comments