mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 20:47:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user