Skip to content

fix#3920

Open
Chakradhar886 wants to merge 5 commits into
mainfrom
fix/deploy-model-sklearn-compat
Open

fix#3920
Chakradhar886 wants to merge 5 commits into
mainfrom
fix/deploy-model-sklearn-compat

Conversation

@Chakradhar886
Copy link
Copy Markdown
Member

Description

Checklist

  • I have read the contribution guidelines.
  • I have coordinated with the docs team (mldocs@microsoft.com) if this PR deletes files or changes any file names or file extensions.
  • Pull request includes test coverage for the included changes.
  • This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team.

…score_data failure (#3888)

The sklearn-1.5/labels/latest curated environment updated to MLflow 2.19+
around Dec 16 2025. MLflow 2.19 uses the logged-models API which is not
supported by AzureML tracking server, breaking mlflow.autolog() in the
train step and mlflow.sklearn.load_model() in the predict/score_data step.

Pin mlflow<2.19 at runtime in both train.yml and predict.yml commands.
… predict_step failure (#3889)

The sklearn-1.5/labels/latest curated environment updated to MLflow 2.19+
around Dec 16 2025. MLflow 2.19 uses the logged-models API which is not
supported by AzureML tracking server, breaking mlflow.autolog() in the
train step and mlflow.sklearn.load_model() in the predict step.

Pin mlflow<2.19 at runtime in both train.yml and predict.yml commands.
…zureML MLflow inference image (sklearn.ensemble._gb_losses removed in sklearn>=1.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant