scicloj / scicloj.ml.tribuo

Use Tribuo ML model in metamorph.ml
Eclipse Public License 1.0
12 stars 1 forks source link

cannot handle target column of type int #6

Open behrica opened 1 month ago

behrica commented 1 month ago

type java.lang.Exception :message Can only handle categorical or :string target column. Target column meta: {:categorical? true, :name :species, :datatype :int16, :n-elems 135, :inference-target? true, :categorical-map nil}

behrica commented 1 month ago

this is due to prevent: https://github.com/techascent/tech.ml.dataset/issues/391 to manifest