chore: add note about multiTarget being a copy

It's a copy of XGBoostRegressor.
This commit is contained in:
Matthias
2025-04-08 06:33:20 +02:00
parent 6c625c77c0
commit 6185761727

View File

@@ -19,6 +19,7 @@ class XGBoostRegressorMultiTarget(BaseRegressionModel):
`predict()` methods to add their custom data handling tools or change
various aspects of the training that cannot be configured via the
top level config.json file.
This is an exact copy of XGBoostRegressor kept for compatibility reasons.
"""
def fit(self, data_dictionary: dict, dk: FreqaiDataKitchen, **kwargs) -> Any: