From 181c8a29483eccaf91ecbdd0248b35e8f2836f8b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Sat, 24 Aug 2024 11:18:44 -0400 Subject: [PATCH] Host locally because the other source has been hijacked. --- doc/user/methods/decision_tree_regressor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/methods/decision_tree_regressor.md b/doc/user/methods/decision_tree_regressor.md index b0a0cb8c21..68e07c6fc2 100644 --- a/doc/user/methods/decision_tree_regressor.md +++ b/doc/user/methods/decision_tree_regressor.md @@ -474,7 +474,7 @@ class CustomNumericSplit - ***Note***: `BestBinaryCategoricalSplit` should not be chosen when there are multiple classes and many categories. - ***Note***: for regression tasks, - [W. Fisher's proof of correctness](http://www.csiss.org/SPACE/workshops/2004/SAC/files/fisher.pdf) + [W. Fisher's proof of correctness](http://www.mlpack.org/files/fisher.pdf) only applies to when `FitnessFunction` is `MSEGain`; therefore, `BestBinaryCategoricalSplit` requires the use of `MSEGain`. * A custom class must take a [`FitnessFunction`](#fitnessfunction) as a