MultiTargetRegressor¶
Multi-target regressor.
Methods¶
learn_one
Fits to a set of features x and a real-valued target y.
Parameters
- x — 'dict'
- y — 'dict[FeatureName, RegTarget]'
- kwargs
Returns
MultiTargetRegressor: self
predict_one
Predict the outputs of features x.
Parameters
- x — 'dict'
Returns
dict[FeatureName, RegTarget]: The predictions.