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 09d18c9 commit 8056accCopy full SHA for 8056acc
1 file changed
doc/guides/utilities/customizing_configuration.rst
@@ -39,7 +39,7 @@ are available by using
39
>>> import skrub
40
>>> config = skrub.get_config()
41
>>> config.keys()
42
-dict_keys(['use_table_report_data_ops', 'table_report_plots_threshold', 'table_report_associations_threshold', 'table_report_verbosity', 'subsampling_seed', 'enable_subsampling', 'float_precision', 'cardinality_threshold', 'data_dir', 'eager_data_ops', 'data_ops_open_graph_dropdown'])
+dict_keys(['use_table_report_data_ops', 'table_report_plots_threshold', 'table_report_associations_threshold', 'table_report_n_rows', 'table_report_verbosity', 'subsampling_seed', 'enable_subsampling', 'float_precision', 'cardinality_threshold', 'data_dir', 'eager_data_ops', 'data_ops_open_graph_dropdown'])
43
44
These are the parameters currently available in the global configuration:
45
0 commit comments