/ config.json
config.json
1 { 2 "data_format": { 3 "separator": ",", 4 "header": true, 5 "date_column": "dteday" 6 }, 7 "column_mapping" : {}, 8 "dashboard_tabs": { 9 "data_drift": { 10 }, 11 "cat_target_drift":{ 12 "verbose_level": 0 13 } 14 }, 15 "options": { 16 "data_drift": { 17 "confidence": 0.95, 18 "drift_share": 0.5, 19 "nbinsx": null, 20 "xbins": null 21 } 22 }, 23 "pretty_print": true, 24 "sampling": { 25 "reference": { 26 "type": "none", 27 "n": 1, 28 "ratio": 0.1 29 }, 30 "current": { 31 "type": "nth", 32 "n": 2, 33 "ratio": 0.1 34 } 35 } 36 }