File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments