Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/how_to/log_metrics_over_time.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"\n",
"<div class=\"alert alert-block alert-info\" style=\"background-color: #B5B5B510; color: black; border: 1px solid #083E44; border-left-width: 5px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);border-radius: 5px;\"><span style=\"color: #083E44;\"><b>Metrics over time are most commonly associated with the continued monitoring of a model's performance once it is deployed.</b></span>\n",
"<br></br>\n",
"While you are able to add Metric Over Time blocks to model documentation, we recommend first <a href=\"https://docs.validmind.ai/guide/monitoring/enable-monitoring.html\" style=\"color: #DE257E;\"><b>enabling ongoing monitoring</b></a> for your model to maximize the potential of your performance data."
"While you are able to add Metric Over Time blocks to model documentation, we recommend first <a href=\"https://docs.validmind.ai/guide/monitoring/enable-monitoring.html\" style=\"color: #DE257E;\"><b>enabling ongoing monitoring</b></a> for your model to maximize the potential of your performance data.</div>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "ValidMind Library"
license = "Commercial License"
name = "validmind"
readme = "README.pypi.md"
version = "2.8.5"
version = "2.8.6"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Expand Down
2 changes: 1 addition & 1 deletion validmind/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.5"
__version__ = "2.8.6"