Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Jul 5, 2024
1 parent de1c8e4 commit 4acba6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<img src="docs/source/_static/example0.png" width="400">
<img src="https://github.com/CyrilJl/OptiMask/blob/main/docs/source/_static/example0.png?raw=true" width="400">

OptiMask’s algorithm is useful for handling unstructured NaN patterns, as shown in the following example:

<img src="docs/source/_static/example2.png" width="400">
<img src="https://github.com/CyrilJl/OptiMask/blob/main/docs/source/_static/example2.png?raw=true" width="400">

## Documentation

Expand Down

0 comments on commit 4acba6e

Please sign in to comment.