Skip to content

Mission 3 - Correlations

Estimated time for completing this mission: 15 mins

Learning Objective

Creating a heatmap with prepared data using LOGIBLOX tools.

Scenario

You were tasked with creating a heatmap, using the dataset you have prepared, in order to see correlations between the columns.

BLOX used in this mission:

  • Basics/Start
  • MyData/FinalData
  • AI/Correlation
  • Basics/Display

startBlox

BLOX used for this mission

Data

In this mission we will be using the previously prepared dataset (which you created in the previous section).

If you can not create it, here is a link for the dataset FinalData.xlsx

How To Guide

Please refer to the Navigation Guide to perform the steps below

Flow Builder:

Creating heatmaps

  1. In Module3 in logic section create new logic named Correlation
  2. Drag-and-drop logics that will be used for this mission including the dataset FinalData
  3. Connect "Start" BLOX to the "MyData" BLOX
  4. Connect the output from the dataset to the "Correlation" BLOX
  5. In the nav bar of "Correlation" BLOX click the eye icon for "heatmap" in the outputs tab
  6. Connect the "heatmap" output from "Correlation" BLOX to the input of "Display" BLOX
  7. Now press the play button to execute the logics chain

Results and Summary

Now you should see the heatmap in the "Display" BLOX, representing the correlations in the dataset.

startBlox

Final logic composition

startBlox

Heatmap

Well done! Now let's move on to the next mission!