Update nominal data
This commit is contained in:
parent
1f0f968376
commit
d72efaa65e
|
@ -25,7 +25,7 @@
|
||||||
- Data collected contains observations (values), and attributes / features
|
- Data collected contains observations (values), and attributes / features
|
||||||
(keys), can be:
|
(keys), can be:
|
||||||
- Continuous or Discrete
|
- Continuous or Discrete
|
||||||
- Numeric or nominal
|
- Numeric or nominal (labels like "London" or "Beijing")
|
||||||
1. Modeling: Visualizing the data to answer questions
|
1. Modeling: Visualizing the data to answer questions
|
||||||
- Using ML: split dataset to train, validate and test them
|
- Using ML: split dataset to train, validate and test them
|
||||||
- Train: to fit the model
|
- Train: to fit the model
|
||||||
|
|
Loading…
Reference in a new issue