We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa4dcd commit 82b23faCopy full SHA for 82b23fa
README.md
@@ -43,7 +43,6 @@ Train your model using your preferred framework (our fist examples show `scikit-
43
### Train scikit-learn model and save it
44
45
```python
46
-import joblib
47
from sklearn import datasets, model_selection, svm
48
from litmodels import upload_model
49
@@ -70,8 +69,6 @@ upload_model(model=model, name=MY_MODEL_NAME)
70
69
### Download and Load the Model for inference
71
72
73
-import os
74
75
from litmodels import load_model
76
77
# Unique model identifier: <organization>/<teamspace>/<model-name>
0 commit comments