Class: EasyML::Core::Model
- Inherits:
-
Object
- Object
- EasyML::Core::Model
- Includes:
- ModelCore, GlueGun::DSL
- Defined in:
- lib/easy_ml/core/model.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes included from ModelCore
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Model
constructor
A new instance of Model.
Methods included from ModelCore
#allowed_metrics, #cleanup, #cleanup!, #decode_labels, #evaluate, #fit, #fit?, #get_params, included, #load, #predict, #save, #save_model_file
Constructor Details
#initialize(options = {}) ⇒ Model
Returns a new instance of Model.
24 25 26 27 |
# File 'lib/easy_ml/core/model.rb', line 24 def initialize( = {}) super apply_defaults end |