You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Callable GenAI Evaluation Metrics** - As the intial step in a much broader expansion of the functionalities of `mlflow.evaluate` for
259
+
-**Callable GenAI Evaluation Metrics** - As the initial step in a much broader expansion of the functionalities of `mlflow.evaluate` for
260
260
GenAI use cases, we've converted the GenAI evaluation metrics to be callable. This allows you to use them directly in packages that support
261
261
callable GenAI evaluation metrics, as well as making it simpler to debug individual responses when prototyping solutions. (#13144, @serena-ruan)
262
262
@@ -752,7 +752,7 @@ Bug fixes:
752
752
-[Model Registry] Fix a registry configuration error that occurs within Databricks serverless clusters (#11719, @WeichenXu123)
753
753
-[Model Registry] Delete registered model permissions when deleting the underlying models (#11601, @B-Step62)
754
754
-[Model Registry] Disallow `%` in model names to prevent URL mangling within the UI (#11474, @daniellok-db)
755
-
-[Models] Fix an issue where crtically important environment configurations were not being captured as langchain dependencies during model logging (#11679, @serena-ruan)
755
+
-[Models] Fix an issue where critically important environment configurations were not being captured as langchain dependencies during model logging (#11679, @serena-ruan)
756
756
-[Models] Patch the `LangChain` loading functions to handle uncorrectable pickle-related exceptions that are thrown when loading a model in certain versions (#11582, @B-Step62)
757
757
-[Models] Fix a regression in the `sklearn` flavor to reintroduce support for custom prediction methods (#11577, @B-Step62)
758
758
-[Models] Fix an inconsistent and unreliable implementation for batch support within the `langchain` flavor (#11485, @WeichenXu123)
@@ -2715,7 +2715,7 @@ MLflow 1.6.0 includes several new features, including a better runs table interf
2715
2715
Features:
2716
2716
2717
2717
- Adds a new runs table column view based on `ag-grid` which adds functionality for nested runs, serverside sorting, column reordering, highlighting, and more. (#2251, @Zangr)
2718
-
- Adds contour plot to the run comparsion page to better support parameter tuning (#2225, @harupy)
2718
+
- Adds contour plot to the run comparison page to better support parameter tuning (#2225, @harupy)
2719
2719
- If you use EarlyStopping with Keras autologging, MLflow now automatically captures the best model trained and the associated metrics (#2301, #2219, @juntai-zheng)
2720
2720
- Adds autologging functionality for LightGBM and XGBoost flavors to log feature importance, metrics per iteration, the trained model, and more. (#2275, #2238, @harupy)
2721
2721
- Adds an experimental mlflow.spark.autolog() API for automatic logging of Spark datasource information to the current active run. (#2220, @smurching)
@@ -3157,7 +3157,7 @@ Features:
3157
3157
-[Tracking] Include the Git repository URL as a tag when tracking an MLflow run within a Git repository (#741, @whiletruelearn, @mateiz)
3158
3158
-[UI] Improved runs UI performance by using a react-virtualized table to optimize row rendering (#765, #762, #745, @smurching)
3159
3159
-[UI] Significant performance improvements for rendering run metrics, tags, and parameter information (#764, #747, @smurching)
3160
-
-[UI] Scatter plots, including run comparsion plots, are now interactive (#737, @mateiz)
3160
+
-[UI] Scatter plots, including run comparison plots, are now interactive (#737, @mateiz)
3161
3161
-[UI] Extended CSRF support by allowing the MLflow UI server to specify a set of expected headers that clients should set when making AJAX requests (#733, @aarondav)
3162
3162
3163
3163
Bug fixes and documentation updates:
@@ -3295,7 +3295,7 @@ Features:
3295
3295
-[UI] Added icons to source names in MLflow Experiments UI (#381, @andrewmchen)
3296
3296
-[UI] Added support to view `.log` and `.tsv` files from MLflow artifacts UI (#393, @Shenggan; #433, @whiletruelearn)
3297
3297
-[UI] Run names can now be edited from within the MLflow UI (#382, @smurching)
3298
-
-[Serving] Added `--host` option to `mlflow serve` to allow listening on non-local addressess (#401, @hamroune)
3298
+
-[Serving] Added `--host` option to `mlflow serve` to allow listening on non-local addresses (#401, @hamroune)
3299
3299
-[Serving/SageMaker] SageMaker serving takes an AWS region argument (#366, @dbczumar)
3300
3300
-[Python] Added environment variables to support providing HTTP auth (username, password, token) when talking to a remote MLflow tracking server (#402, @aarondav)
3301
3301
-[Python] Added support to override S3 endpoint for S3 artifactory (#451, @hamroune)
@@ -3374,7 +3374,7 @@ Bug fixes:
3374
3374
- Fix numpy array serialization for int64 and other related types, allowing pyfunc to return such results (#240, @arinto)
3375
3375
- Fix DBFS artifactory calling `log_artifacts` with binary data (#295, @aarondav)
3376
3376
- Fix Run Command shown in UI to reproduce a run when the original run is targeted at a subdirectory of a Git repo (#294, @adrian555)
3377
-
- Filter out ubiquitious dtype/ufunc warning messages (#317, @aarondav)
3377
+
- Filter out ubiquitous dtype/ufunc warning messages (#317, @aarondav)
Copy file name to clipboardexpand all lines: examples/gateway/bedrock/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ To view an example of a Bedrock endpoint configuration, see [the configuration e
4
4
5
5
## Credentials
6
6
7
-
Valid AWS credentials are required for this example. Set `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` to valid credentials, or run in an environemnt with those variables set.
7
+
Valid AWS credentials are required for this example. Set `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` to valid credentials, or run in an environment with those variables set.
Copy file name to clipboardexpand all lines: examples/synapseml/autologging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ SynapseML supports autologging for every model in the library.
5
5
6
6
Install SynapseML library following this [guidance](https://microsoft.github.io/SynapseML/docs/getting_started/installation/)
7
7
8
-
Default mlflow [log_model_allowlist file](https://github.com/mlflow/mlflow/blob/master/mlflow/pyspark/ml/log_model_allowlist.txt) already includes some SynapseML models. To enable more models, you could use `mlflow.pyspark.ml.autolog(log_moddel_allowlist=YOUR_SET_OF_MODELS)` function, or follow the below guidance by specifying a link to the file and update spark configuration.
8
+
Default mlflow [log_model_allowlist file](https://github.com/mlflow/mlflow/blob/master/mlflow/pyspark/ml/log_model_allowlist.txt) already includes some SynapseML models. To enable more models, you could use `mlflow.pyspark.ml.autolog(log_model_allowlist=YOUR_SET_OF_MODELS)` function, or follow the below guidance by specifying a link to the file and update spark configuration.
9
9
10
10
To enable autologging with your custom log_model_allowlist file:
0 commit comments