Skip to content

Commit 085c0e7

Browse files
committed
Add advanced section
1 parent d28d324 commit 085c0e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,14 @@ The `predict` method should be passed the attribute name you wish to predict.
160160
It will then returns the prediction as a string or numeric type.
161161

162162
In our example, this should be the 'setosa'
163-
species, based on [Iris flower data set](https://en.wikipedia.org/wiki/Iris_flower_data_set).
163+
species, based on [Iris flower data set](https://en.wikipedia.org/wiki/Iris_flower_data_set).
164+
165+
## Advanced
166+
167+
### Prediction probabilities
168+
169+
TODO
170+
171+
### Changing machine learning model(s)
172+
173+
TODO

0 commit comments

Comments
 (0)