Skip to content

Commit

Permalink
Rename sepal_width
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Feb 14, 2019
1 parent 318cad3 commit d4d1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Jump to [deploy the application](#deploy-the-application).

Let's build and deploy a classifier using the famous [Iris Data Set](https://archive.ics.uci.edu/ml/datasets/iris)! Below are a few samples of iris data:

|sepal_length|speal_width|petal_length|petal_width|class|
|sepal_length|sepal_width|petal_length|petal_width|class|
|:---:|:---:|:---:|:---:|:---|
|5.1|3.5|1.4|0.2|Iris-setosa|
|7.0|3.2|4.7|1.4|Iris-versicolor|
Expand Down

0 comments on commit d4d1b11

Please sign in to comment.