Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion heatwave-machine-learning/do-heatwave-ml/do-heatwave-ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To load the Iris data components, perform the following steps to create and load

After this step the data is stored in the MySQL HeatWave database in the following schema and tables:

**ml_data schema:** The schema containing training and test dataset tables.
**ml_data schema:** The schema containing training and test dataset tables

**iris_train table:** The training dataset (labeled). Includes feature columns (sepal length, sepal width, petal length, petal width) and a populated class target column with ground truth values.

Expand Down