v2.1.1
版本发布时间: 2022-12-26 17:02:40
mlflow/mlflow最新发布版本:v2.16.0(2024-08-31 06:00:41)
MLflow 2.1.1 is a patch release containing the following bug fixes:
- [Scoring] Fix
mlflow.pyfunc.spark_udf()
type casting error on model withColSpec
input schema and makePyFuncModel.predict
support dataframe with elements ofnumpy.ndarray
type (#7592 @WeichenXu123) - [Scoring] Make
mlflow.pyfunc.scoring_server.client.ScoringServerClient
support input dataframe with elements ofnumpy.ndarray
type (#7594 @WeichenXu123) - [Tracking] Ensure mlflow imports ML packages lazily (#7597, @harupy)