Skip to content

Commit

Permalink
Added links to example notebooks - issue #848 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Constantin M Adam <[email protected]>
  • Loading branch information
cmadam committed Dec 6, 2024
1 parent 5f92011 commit 0ad0015
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/universal/fdedup/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ To see results of the transform.

### Code example

TBD (link to the notebook will be provided)
This is a [sample notebook](../fdedup_python.ipynb) that shows how to invoke the python fuzzy dedup transform.

### Transforming data using the transform image

Expand Down
4 changes: 4 additions & 0 deletions transforms/universal/fdedup/ray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ To use the transform image to transform your data, please refer to the
[running images quickstart](../../../../doc/quick-start/run-transform-image.md),
substituting the name of this transform image and runtime as appropriate.

## Code Example

This is a [sample notebook](../fdedup_ray.ipynb) that shows how to invoke the ray fuzzy dedup transform.

## Testing

For testing fuzzy deduplication in a ray runtime, use the following `make` targets. To launch integration tests
Expand Down
4 changes: 4 additions & 0 deletions transforms/universal/fdedup/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ To use the transform image to transform your data, please refer to the
[running images quickstart](../../../../doc/quick-start/run-transform-image.md),
substituting the name of this transform image and runtime as appropriate.

## Code Example

This is a [sample notebook](../fdedup_spark.ipynb) that shows how to invoke the spark fuzzy dedup transform.

## Testing

For testing fuzzy deduplication in a spark runtime, use the following `make` targets. To launch integration tests
Expand Down

0 comments on commit 0ad0015

Please sign in to comment.