Skip to content

MultiTargetRegressor

Multi-target regressor.

Methods

learn_one

Fits to a set of features x and a real-valued target y.

Parameters

  • xdict[FeatureName, typing.Any]
  • ydict[FeatureName, RegTarget]
  • kwargstyping.Any

predict_one

Predict the outputs of features x.

Parameters

  • xdict[FeatureName, typing.Any]

Returns

dict[FeatureName, RegTarget]: The predictions.