I am trying to use Forest-based Classification and Regression tool in ArcGIS Pro and have all explanatory values as rasters. One of them is categorical (land use), the rest are double data type. It works well for Train only prediction type but fails when I try to predict to raster. For now I want to create an output raster for exact the same area as explanatory rasters using .... the same rasters so I actually do not match any explanatory rasters. but I get the error: 110194: The Variable type in the training dataset <value> dataset is different than the variable <value> in the predicted dataset.

When looking at the error description page I find this reason: The most likely reason that a field cannot be represented as categorical is that it is stored as a Double or Long type.
The thing is that my land use raster is represented as long integers with associated string descriptions in the attribute table.
Does anyone know the practical solution for that?
Thanks,
Bart