module XLearn class FFM < Model def initialize(**options) @model_type = "ffm" super end end end