chore: custom data refine (#864)

* chore: print up to 100 columns in simple mode

* fix: check content for model dump

* chore: add show_nan_columns config
This commit is contained in:
Tim
2025-05-10 17:02:12 +08:00
committed by GitHub
parent a294bc74e0
commit 7f4e5096e8
4 changed files with 38 additions and 17 deletions
+1
View File
@@ -44,6 +44,7 @@ class DataScienceBasePropSetting(KaggleBasePropSetting):
rule_base_eval: bool = False
sample_data: bool = True
use_raw_description: bool = False
show_nan_columns: bool = False
#### model dump
enable_model_dump: bool = False