Deployed 9baa6ee to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-12-23 05:33:00 +00:00
parent d8227bdd4b
commit e6899354ce
3 changed files with 36 additions and 5 deletions

View File

@@ -2103,6 +2103,17 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#catboost-models-in-freqai" class="md-nav__link">
<span class="md-ellipsis">
Catboost models in freqAI
</span>
</a>
</li>
</ul>
@@ -2421,6 +2432,17 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#catboost-models-in-freqai" class="md-nav__link">
<span class="md-ellipsis">
Catboost models in freqAI
</span>
</a>
</li>
</ul>
@@ -2534,6 +2556,15 @@ you can verify this with <code>freqtrade list-data --exchange &lt;yourexchange&g
<p>Additional arguments to the above commands may be necessary, like configuration files or explicit user_data if they deviate from the default.</p>
</div>
<p><strong>Hyperliquid</strong> 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.</p>
<h2 id="catboost-models-in-freqai">Catboost models in freqAI<a class="headerlink" href="#catboost-models-in-freqai" title="Permanent link">&para;</a></h2>
<p>CatBoost models have been removed with version 2025.12 and are no longer actively supported.
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.
We do however recommend switching to other supported model libraries like LightGBM or XGBoost for better support and future compatibility.</p>
<ul>
<li><a href="https://github.com/freqtrade/freqtrade/blob/c6f3b0081927e161a16b116cc47fb663f7831d30/freqtrade/freqai/prediction_models/CatboostRegressor.py">CatboostRegressor</a></li>
<li><a href="https://github.com/freqtrade/freqtrade/blob/c6f3b0081927e161a16b116cc47fb663f7831d30/freqtrade/freqai/prediction_models/CatboostClassifier.py">CatboostClassifier</a></li>
<li><a href="https://github.com/freqtrade/freqtrade/blob/c6f3b0081927e161a16b116cc47fb663f7831d30/freqtrade/freqai/prediction_models/CatboostClassifierMultiTarget.py">CatboostClassifierMultiTarget</a></li>
</ul>