MLFeature
abstract class MLFeature
Last updated
Was this helpful?
abstract class MLFeature
Last updated
Was this helpful?
The MLFeature
class is an abstract base class representing input and output features used in making predictions. All predictors accept one or more features, which are then provided to the model to make predictions.
Every feature has a corresponding that provides information about the feature's shape, data type, and so on.