Features:
model_format when autologging XGBoost models (#7781, @guyrosin)MLFLOW_ARTIFACT_UPLOAD_DOWNLOAD_TIMEOUT environment variable to configure artifact operation timeouts (#7783, @wamartin-aml)Content-Type response headers for artifacts downloaded from mlflow server (#7827, @bali0019)searchModelVersions() API to the Java client (#7880, @gabrielfu)max_results, order_by and page_token arguments to MlflowClient.search_model_versions() (#7623, @serena-ruan)MLFLOW_DEFAULT_PREDICTION_DEVICE environment variable to set the device for pyfunc model inference (#7922, @ankit-db)Bug fixes:
inspect() is called (#7852, @sunishsheth2009)positive_class configuration in the transform step (#7626, @sunishsheth2009)mlflow.evaluate() (#7613, @sunishsheth2009)run_id and artifact_path keys to logged MLmodel files (#7651, @sunishsheth2009)mlflow server (#7908, @harupy)PYTHONOPTIMIZE=2 (#7791, @dbczumar)Documentation updates:
mlflow.lightgbm APIs (#7565, @canerturkseven)sktime (#7624, @benjaminbluhm)precision_recall_auc metric calculation in mlflow.evaluate() (#7701, @BenWilson2)