Skip to content

Commit

Permalink
Merge pull request #615 from keboola/docs-395-update-scikit-learn-link
Browse files Browse the repository at this point in the history
updated a link
  • Loading branch information
pavel-synek authored May 10, 2024
2 parents 598db36 + 56a2df1 commit 9b9ea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformations/ml-model-deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ the MLflow server for training and registering the model.
#### Sample code
The following code uses the [MLflow Python API](https://mlflow.org/docs/latest/python_api/mlflow.html#module-mlflow)
to fit an [ElasticNet](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html)
regression model using [scikit-learn](https://sklearn.org/). At the end of the sample code,
regression model using [scikit-learn](https://scikit-learn.org/stable/). At the end of the sample code,
the model is registered to the MLflow server.

Please note that due to the beta status of the feature, we are currently supporting only MLflow version 1.24. We have recently
Expand Down

0 comments on commit 9b9ea0d

Please sign in to comment.