Skip to content

Commit 82b23fa

Browse files
committed
readme: prune imports in examples
1 parent 2aa4dcd commit 82b23fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Train your model using your preferred framework (our fist examples show `scikit-
4343
### Train scikit-learn model and save it
4444

4545
```python
46-
import joblib
4746
from sklearn import datasets, model_selection, svm
4847
from litmodels import upload_model
4948

@@ -70,8 +69,6 @@ upload_model(model=model, name=MY_MODEL_NAME)
7069
### Download and Load the Model for inference
7170

7271
```python
73-
import os
74-
import joblib
7572
from litmodels import load_model
7673

7774
# Unique model identifier: <organization>/<teamspace>/<model-name>

0 commit comments

Comments
 (0)