Host locally because the other source has been hijacked.

This commit is contained in:
Ryan Curtin
2024-08-24 11:18:44 -04:00
parent f8f753220b
commit 181c8a2948
+1 -1
View File
@@ -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