willengler-uc commited on
Commit
442c2e9
1 Parent(s): f0b4aeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,3 +1,5 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ The classic sklearn example. This has an `iris_classifier_model.pkl`, a RandomForestClassifier trained with the sklearn sample data. Load with `joblib.load`.