Solutions to "Just KNIME It!" Challenge 10 - Season 3

Hi all :grinning:

This is my first time in the Just KNIME it! challenges.

Here is my [solution] to the challenge: (JKI_S3_C10 – KNIME Community Hub)

Is there any way to measure nodes performance? Maybe we should think what would the most efficient distance function to be used in this case?

2 Likes

:sun_with_face: Happy Tuesday, folks! :sun_with_face:

Here I am with our solution to Just KNIME It! Challenge 10 – which was also made by yours truly! :smiling_face:

This solution is simple and not so different from others I saw here. :innocent: Thanks to everybody who participated, and for the nice contributions using other String distance and even more efficient ways of tackling this little puzzle.

See you tomorrow for a challenge on the Summer Olympics! :trophy: Are you folks as excited about this event as… I am??

6 Likes

Hi All!

Thank you @alinebessa for this fun challenge.

Please find my solution here

My workflow uses the Similarity Search node, and has a threshold of 0.7. Based on the split of typos/ no typos, it finds the closest match in dataset with no typos (if any) and updates the typo parameter. It later removes duplicate rows and outputs a downloadable csv.

The dashboard allows for a custom file upload, and provides a summary of the uploaded file (total rows and rows under each category. It also provides a link to download file as well.

Do let me know, if there is any feedback, saw a lot of simpler solutions in here too!

3 Likes

You build a dashboard for this challenge, very good,

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.