You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deprecated.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,3 +135,13 @@ you can verify this with `freqtrade list-data --exchange <yourexchange> --show`.
135
135
Additional arguments to the above commands may be necessary, like configuration files or explicit user_data if they deviate from the default.
136
136
137
137
**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.
0 commit comments