Solutions to “Just KNIME It!” Challenge 26 - Season 3

:boom: Another Wednesday, another Just KNIME It! challenge! :boom:

:pizza: Everybody loves pizza, but how about pizza with pineapple slices? :pineapple: Or with marshmallow? :face_with_peeking_eye: Let’s dive into the world of pizza with a data challenge this week, and discover which toppings are the most unusual. Buon appetito!

Here is the challenge. Let’s use this thread to post our solutions to it, which should be uploaded to your public KNIME Hub spaces with tag JKISeason3-26 .

:sos: Need help with tags? To add tag JKISeason3-26 to your workflow, go to the description panel in KNIME Analytics Platform, click the pencil to edit it, and you will see the option for adding tags right there. :blush: Let us know if you have any problems!

1 Like

Link points to Challenge 25.

I checked and it’s updated now :slight_smile:

3 Likes

Here’s my solution. As usual, nothing fancy.

3 Likes

Here’s my solution.

Challenge was really to get the logic right to create all pairs of ingredients (i.e. I interpreted as pair = combination of any two Ingredients) amd also to make sure that pair x,y is treated as pair y,x…

Keen to see if this can be solved more efficiently than the route I went for…

Link to WF:

4 Likes

I tried to make it as short as possible. So here is my way to go:

Technically, the “Sorter” and the “Row Filter” node could also be taken out, they are there for reading comfort only. Opening the last node and sort it manually would lead to the same result, only starting with an empty cell and 0 ingredients.

3 Likes

Hello, here is my solution for this challenge.
Not as short as the already posted solutions but with similar results.

3 Likes

Couldn’t decide between Pie chart or Donut chart …

3 Likes

Hi all,
Here is my solution.

I counted the number of ingredients that were detected only once, as indicated in the “unique_ingredients_count” column. In the table view, unique Ingredients were highlighted in yellow.

4 Likes

Hi all,
Here is my simple solution. I created this workflow using as few nodes as possible.

4 Likes

Hi all,
I used the association rule learner node to get frequent item sets. The left table shows popular ingredients, and the right one lists rare ones. Mozzarella is popular, while artichokes and avocado are rare. With combinations of three ingredients, Mozzarella, Pepperoni, and Tomato Sauce form the ‘golden trio.’ The Loop Special stands out due to three rare ingredients (Giardiniera, Italian beef, and Mozzarella sticks), as shown in the heatmap of the ingredient frequencies.


image

4 Likes

@tark
Excellent solution ! :clap:

3 Likes

My solution to the challenge:

I just twisted a little on the methodology and asked AI, what is the most uncommon ingredient :smiley: (of course I did the analysis regarding the data as well).

It’s so a food for thought how everyone has (sometimes very) different approach for the same challange :slight_smile:

7 Likes

Hi all,
Beginner here - this is my solution to the challenge after a lot of discussion with K-AI. :slightly_smiling_face: I hope it’s uploaded correctly, otherwise let me know.

Link to workflow

5 Likes

Find my submission on rare pair :



3 Likes

I personally always find the donut one easier to read.

1 Like

Just KNIME It - S3.knwf (93.2 KB)

2 Likes

How nicely documented solution! Congrats! :clinking_glasses:

3 Likes

:sun_with_face: Good morning, folks! Hope you didn’t have pizza for breakfast! :sweat_smile: :pizza:

As always on Tuesdays, here’s our solution to last week’s Just KNIME It! challenge.

:eyes: As you can see, we actually developed a few different solutions for this problem – our favorite one being the second.

:smiling_face: See you tomorrow for a challenge on :earth_africa: world happiness!

1 Like

Had to structure up my thoughts… :grinning: Thank you!!

1 Like