Unit 06 · lab

Evidence Check: Separate Pattern From Explanation

Use the honey example from the Microsoft lesson or another non-sensitive public dataset.

Your evidence

Create a short relationship defense:

  • Name the two variables being compared.
  • Predict the relationship before looking at the chart.
  • Choose an appropriate visualization.
  • Describe the pattern you observe.
  • Identify one possible confounding variable.
  • State one conclusion the chart supports.
  • State one conclusion the chart does not support.

Stress the relationship

Open the Regression Playground. Add the outlier and move it. Record how slope and R² change, then explain why a changed fit still does not identify the mechanism that caused the relationship.

Check your reasoning

A visible relationship is evidence of a pattern. It is not automatically evidence of the mechanism that caused the pattern.

Done when

Your supported conclusion and unsupported conclusion are clearly different statements.

Robotnix Data Workbench · Unit 6

Inspect the same data three ways

Change the x/y variables. Describe the visible relationship without claiming a cause you did not test.

1. Dataset

Fictional robot test runs. No student or personal data.

runmodelsecbattery°Cdone
R-101Atlas528822yes
R-102Atlas577923yes
R-103Nova647424yes
R-104Nova7127no
R-105Pulse489221yes
R-106Pulse558425yes
R-107Atlas 686929no
R-107Atlas 686929no

2. Quick chart

Interactive robot run data chartScatter plot compares ambient_c with duration_s.R-101: ambient_c=22, duration_s=52R-102: ambient_c=23, duration_s=57R-103: ambient_c=24, duration_s=64R-104: ambient_c=27, duration_s=71R-105: ambient_c=21, duration_s=48R-106: ambient_c=25, duration_s=55R-107: ambient_c=29, duration_s=68R-107: ambient_c=29, duration_s=68

Change the variables before deciding what the data “says.” The same rows can support different questions.

3. Editable Pandas analysis

Runs locally in your browser. First use downloads Pandas and its verified dependencies from Robotnix.

Output
Run the analysis to see evidence.

Ready. Predict before you run.

Runtime boundary: Robotnix serves the core Pyodide runtime and the SHA-256-verified Pandas dependency set. This workbench does not expose pip, micropip, a shell, filesystem projects, cloud credentials, or arbitrary package installation.