--- /dev/null
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = lf
+max_line_length = 100
+
+[*.py]
+indent_style = space
+indent_size = 4
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false
+
+[{Makefile,**.mk}]
+# Use tabs for indentation (Makefiles require tabs)
+indent_style = tab
"identifier": "quickadapter-xgboost",
"fit_live_predictions_candles": 300,
"track_performance": false,
+ "data_kitchen_thread_count": 8, // set to number of CPU threads / 2
"weibull_outlier_threshold": 0.999,
"optuna_hyperopt": false,
"extra_returns_per_train": {
"model_training_parameters": {
// "device": "gpu",
// "use_rmm:": true,
+ "nthread": 8, // set to number of CPU threads / 2
"verbosity": 1
}
},