I'm trying to load a model from an mlflow run. When I do that I get an 'XGBoostLabelEncoder' object, an object with no attributes like predict or predict_proba. I don't really know what you can do with it.
I've googled around but can't find any information about what an 'XGBoostLabelEncoder' object is.
Anybody who knows?