refactor: changing from sklearn model to pipeline
Browse files
README.md
CHANGED
|
@@ -172,7 +172,7 @@ Below you can find information related to citation.
|
|
| 172 |
# get_started_code
|
| 173 |
|
| 174 |
import joblib
|
| 175 |
-
|
| 176 |
|
| 177 |
# model_card_authors
|
| 178 |
|
|
|
|
| 172 |
# get_started_code
|
| 173 |
|
| 174 |
import joblib
|
| 175 |
+
model = joblib.load('pipeline_sentiment_analysis.pkl')
|
| 176 |
|
| 177 |
# model_card_authors
|
| 178 |
|