Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license: mit
|
|
| 6 |
|
| 7 |
This repo contains a groundbreaking AI model that classifies species of irises by sepal length, sepal width, petal length and petal width. [See here for details on the training dataset.](https://archive.ics.uci.edu/dataset/53/iris)
|
| 8 |
|
| 9 |
-
`model.joblib` is a serialized RandomForestClasifier trained with sklearn version 1.
|
| 10 |
|
| 11 |
```
|
| 12 |
[
|
|
|
|
| 6 |
|
| 7 |
This repo contains a groundbreaking AI model that classifies species of irises by sepal length, sepal width, petal length and petal width. [See here for details on the training dataset.](https://archive.ics.uci.edu/dataset/53/iris)
|
| 8 |
|
| 9 |
+
`model.joblib` is a serialized RandomForestClasifier trained with sklearn version 1.4.1.post1. The training code is in Train_Model.ipynb. The model accepts a list of iris feature lists like
|
| 10 |
|
| 11 |
```
|
| 12 |
[
|