Skip to content

Commit d2c4bd1

Browse files
committed
docs: update formatting of link
1 parent 5e5495e commit d2c4bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/freqai-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ Regression and classification models differ in what targets they predict - a reg
206206

207207
All of the aforementioned model libraries implement gradient boosted decision tree algorithms. They all work on the principle of ensemble learning, where predictions from multiple simple learners are combined to get a final prediction that is more stable and generalized. The simple learners in this case are decision trees. Gradient boosting refers to the method of learning, where each simple learner is built in sequence - the subsequent learner is used to improve on the error from the previous learner. If you want to learn more about the different model libraries you can find the information in their respective docs:
208208

209-
* CatBoost: <https://catboost.ai/en/docs/> (No longer actively supported since 2025.12)
210209
* LightGBM: <https://lightgbm.readthedocs.io/en/v3.3.2/#>
211-
* XGBoost: https://xgboost.readthedocs.io/en/stable/#
210+
* XGBoost: <https://xgboost.readthedocs.io/en/stable/#>
211+
* CatBoost: <https://catboost.ai/en/docs/> (No longer actively supported since 2025.12)
212212

213213
There are also numerous online articles describing and comparing the algorithms. Some relatively lightweight examples would be [CatBoost vs. LightGBM vs. XGBoost — Which is the best algorithm?](https://towardsdatascience.com/catboost-vs-lightgbm-vs-xgboost-c80f40662924#:~:text=In%20CatBoost%2C%20symmetric%20trees%2C%20or,the%20same%20depth%20can%20differ.) and [XGBoost, LightGBM or CatBoost — which boosting algorithm should I use?](https://medium.com/riskified-technology/xgboost-lightgbm-or-catboost-which-boosting-algorithm-should-i-use-e7fda7bb36bc). Keep in mind that the performance of each model is highly dependent on the application and so any reported metrics might not be true for your particular use of the model.
214214

0 commit comments

Comments
 (0)