Skip to content

Commit 02ecf00

Browse files
committed
docs: describe how MultitargetSRRegressor is just SRRegressor batched
1 parent f1fed79 commit 02ecf00

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/MLJInterface.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,12 @@ eval(
913913
replace(
914914
"""
915915
Multi-target Symbolic Regression regressor (`MultitargetSRRegressor`)
916-
conducts several searches for expressions that predict each target variable
917-
from a set of input variables. All data is assumed to be `Continuous`.
916+
searches for expressions that predict each target variable from a set
917+
of input variables. This simply runs independent [`SRRegressor`](@ref)
918+
searches for each target column in parallel - there is no joint modeling
919+
of targets. All configuration options work identically to `SRRegressor`.
920+
921+
All data is assumed to be `Continuous`.
918922
The search is performed using an evolutionary algorithm.
919923
This algorithm is described in the paper
920924
https://arxiv.org/abs/2305.01582.

0 commit comments

Comments
 (0)