Skip to content

Commit 5e5495e

Browse files
committed
docs: Add deprecation notice for Catboost models
1 parent 51f3f0d commit 5e5495e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/deprecated.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,13 @@ you can verify this with `freqtrade list-data --exchange <yourexchange> --show`.
135135
Additional arguments to the above commands may be necessary, like configuration files or explicit user_data if they deviate from the default.
136136
137137
**Hyperliquid** is a special case now - which will no longer require 1h mark data - but will use regular candles instead (this data never existed and is identical to 1h futures candles). As we don't support download-data for hyperliquid (they don't provide historic data) - there won't be actions necessary for hyperliquid users.
138+
139+
## Catboost models in freqAI
140+
141+
CatBoost models have been removed with version 2025.12 and are no longer actively supported.
142+
If you have existing bots using CatBoost models, you can still use them in your custom models by copy/pasting them from the git history (as linked below) and installing the Catboost library manually.
143+
We do however recommend switching to other supported model libraries like LightGBM or XGBoost for better support and future compatibility.
144+
145+
* [CatboostRegressor](https://github.com/freqtrade/freqtrade/blob/c6f3b0081927e161a16b116cc47fb663f7831d30/freqtrade/freqai/prediction_models/CatboostRegressor.py)
146+
* [CatboostClassifier](https://github.com/freqtrade/freqtrade/blob/c6f3b0081927e161a16b116cc47fb663f7831d30/freqtrade/freqai/prediction_models/CatboostClassifier.py)
147+
* [CatboostClassifierMultiTarget](https://github.com/freqtrade/freqtrade/blob/c6f3b0081927e161a16b116cc47fb663f7831d30/freqtrade/freqai/prediction_models/CatboostClassifierMultiTarget.py)

0 commit comments

Comments
 (0)