Method: Tangram::FeatureContributions#entries
- Defined in:
- lib/tangram/tangram.rb
#entries ⇒ Object (readonly)
This list will contain one entry for each of the model’s features. Note that features are computed from columns, so there will likely be more features than columns.
95 96 97 |
# File 'lib/tangram/tangram.rb', line 95 def entries @entries end |