From: Jérôme Benoit Date: Wed, 22 Jan 2025 13:59:33 +0000 (+0100) Subject: chore: add .editorconfig for real X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f2386d5a241cd082a5ff87565496197e1a391be6;p=freqai-strategies.git chore: add .editorconfig for real Signed-off-by: Jérôme Benoit --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1ad15ee --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +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 diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 37f3f0c..e491bfc 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -132,6 +132,7 @@ "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": { @@ -179,6 +180,7 @@ "model_training_parameters": { // "device": "gpu", // "use_rmm:": true, + "nthread": 8, // set to number of CPU threads / 2 "verbosity": 1 } },