From d72efaa65e1e90028e732e32c854d50b101f0611 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 6 Jan 2025 19:57:51 +0800 Subject: [PATCH] Update nominal data --- 1-intro-to-smart-infra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-intro-to-smart-infra.md b/1-intro-to-smart-infra.md index 3b37a0c..cd7b552 100644 --- a/1-intro-to-smart-infra.md +++ b/1-intro-to-smart-infra.md @@ -25,7 +25,7 @@ - Data collected contains observations (values), and attributes / features (keys), can be: - Continuous or Discrete - - Numeric or nominal + - Numeric or nominal (labels like "London" or "Beijing") 1. Modeling: Visualizing the data to answer questions - Using ML: split dataset to train, validate and test them - Train: to fit the model