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