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

Hi all,
Here is my solution.

The average values of each data point by cluster have been represented in radar charts. The colors indicating each cluster are kept consistent in both the scatter plot and radar chart for easier identification. Additionally, a table has been added to allow checking the food categories included in each cluster. Cluster_0, rich in Fiber, Carbohydrate, and Sugar, is observed to predominantly include items such as Cereals, Candies, and Cookies. Cluster_2 appears to categorize meat products, while Cluster_3 seems to include oily food items. Cluster_4, which contains a balanced mix of each nutrient, categorizes meals such as fast foods.

4 Likes

@sryu , What a coincidence! We had the same idea of using a radar chart :smile:

3 Likes

@sryu & @tark …Nicely put … Radars are more apt than scatter here as it gives more interpretability for individual category items across many variables .

4 Likes

Here’s my solution. I assumed the target audience would be store managers not analysts. Consequently I kept the output fairly low tech. I used the Optimized K-Means component which produced two clusters. I takes a long time to run. I checked the PCA but didn’t do anything with it. It reduced the inputs from eight to three and produced essentially the same clusters. Its difficult to explain to non-analysts.


5 Likes

Great insights!!! Radar chart have been very useful!

1 Like

It seems that the normalization method also makes a difference. I chose z-score.

4 Likes



2 Likes

My solution to this challenge.
JustKNIMEIT-Challenge3-Season4

I did my best to provide some insights on the cluster activity with respect to the variables (i.e. water, protein, sugar, etc). Cheers.

3 Likes

Hello Everyone,

Here is my solution for this week’s challenge : JKISeason4-3 – KNIME Community Hub

Main Workflow -

Component -

Scatter Plot -

PCA Scatter Plot -

3 Likes

Hi all,

Please find my solution here: JKISeason 4-3 - Nutritional Composition of Groceries – KNIME Community Hub
We can see some patterns being found with the k-Means - further analysis and optimization might be interesting for bringing the right recommendations to the shops.

That was an interesting one, to get back at PCA.

Thanks KNIME for the challenge!

Cheers all.
Jerome

Workflow screenshot:

The data app is showing the scatter plot with the optimized k-value and a possibility to choose the axis values. It also show a scatter matrix to compare the results.
And finally a table with the content of each cluster for further understanding of the data.



3 Likes