Model Pipeline - One-hot encoding
One-hot encoding changes categories into numbers that a computer can understand. It turns each category into a new column with 0 or 1, showing if the category is present.
One-hot encoding changes categories into numbers that a computer can understand. It turns each category into a new column with 0 or 1, showing if the category is present.
N/A
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | N/A | N/A | One-hot encoding is a data preprocessing step, not a training process. |