Sha256: ff20c1737b8817cad4d69d94f137c628ca71dea614f7d504617ee448f1b83ff4
Contents?: true
Size: 455 Bytes
Versions: 7
Compression:
Stored size: 455 Bytes
Contents
module EasyML module Initializers module Inflections def self.inflect ActiveSupport::Inflector.inflections(:en) do |inflect| inflect.acronym "EasyML" inflect.acronym "ML" inflect.acronym "STI" inflect.acronym "XGBoost" inflect.acronym "GBLinear" inflect.acronym "GBTree" inflect.acronym "EST" inflect.acronym "UTC" end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems