Pablo J. Villacorta
Pablo J. Villacorta
+1 for this feature
I would say it is not caused by the null value but by having a categorical column, no matter if it has nulls or not. Pandas category columns are not...
Just a comment: maybe this would also fix the error thrown when trying to `xgboost.log_model` with an XGBoost model with categorical variables using the (experimental) support for DataFrame `category` data...
@dbczumar Thanks a lot but unfortunately I do not have time these weeks... despite I have been struggling very hard to log an XGBoost model and then retrieve it. No...
Any advances on this? I think it would be useful as there are some algorithms which support null values directly (e.g. XGBoost, which also supports categorical variables in a straightforward...
Hi guys, do you have any update on this? I am getting this error when reading a Spark pipeline from mlflow. I get the error when I try to run...
@wbo4958 Exactly, I was trying to load a trained ML pipeline that I had saved previously, where one of the stages is a Spark XGBoost classifier, and it crashes when...
@wbo4958 I suspect it is closely related to #8074 , where I have uploaded the trained model I am trying to read. That issue arises both in a Databricks notebook...
Excuse me, any updates on this? Thanks
@wbo4958 excuse me for mentioning you... looks like nobody is looking at this... thanks