Method: EasyML::Core::ModelCore#predict
- Defined in:
- lib/easy_ml/core/model_core.rb
#predict(xs) ⇒ Object
34 35 36 |
# File 'lib/easy_ml/core/model_core.rb', line 34 def predict(xs) raise NotImplementedError, "Subclasses must implement predict method" end |