predict abstract method

DataFrame predict(
  1. DataFrame testFeatures
)
inherited

Returns prediction, based on the learned coefficients

Implementation

DataFrame predict(DataFrame testFeatures);