update reporting images

This commit is contained in:
revital 2025-04-27 12:46:35 +03:00
parent 44b48790aa
commit bab8272823
11 changed files with 11 additions and 4 deletions

View File

@ -53,9 +53,11 @@ Logger.current_logger().report_histogram(
)
```
![image](../../img/examples_reporting_15.png)
![Single histogram](../../img/examples_reporting_15.png#light-mode-only)
![Single histogram](../../img/examples_reporting_15_dark.png#dark-mode-only)
![image](../../img/examples_reporting_15a.png)
![Double histogram](../../img/examples_reporting_15a.png#light-mode-only)
![Double histogram](../../img/examples_reporting_15a_dark.png#dark-mode-only)
## Confusion Matrices
@ -74,7 +76,8 @@ Logger.current_logger().report_confusion_matrix(
)
```
![image](../../img/examples_reporting_16.png)
![Confusion matrix](../../img/examples_reporting_16.png#light-mode-only)
![Confusion matrix](../../img/examples_reporting_16_dark.png#dark-mode-only)
```python
# report confusion matrix with 0,0 is at the top left
@ -89,6 +92,9 @@ Logger.current_logger().report_confusion_matrix(
)
```
![Confusion matrix](../../img/examples_reporting_16a.png#light-mode-only)
![Confusion matrix](../../img/examples_reporting_16a_dark.png#dark-mode-only)
## 2D Scatter Plots
Report 2D scatter plots by calling [`Logger.report_scatter2d()`](../../references/sdk/logger.md#report_scatter2d).
@ -132,4 +138,5 @@ Logger.current_logger().report_scatter2d(
)
```
![image](../../img/examples_reporting_17.png)
![Scatter plot](../../img/examples_reporting_17.png#light-mode-only)
![Scatter plot](../../img/examples_reporting_17_dark.png#dark-mode-only)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB