From 4acba6ec06b165e1f078a3fed4bd42aa83d91acc Mon Sep 17 00:00:00 2001 From: Cyril Joly Date: Fri, 5 Jul 2024 10:45:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70cdf77..2c2f516 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ print(f"Coverage Ratio: {coverage_ratio:.2f}, Has NaN Values: {has_nan_values}") The grey cells represent the NaN locations, the blue ones represent the valid data, and the red ones represent the rows and columns removed by the algorithm: - + OptiMask’s algorithm is useful for handling unstructured NaN patterns, as shown in the following example: - + ## Documentation