rodrigorcarmo commited on
Commit
186af37
1 Parent(s): db74a49

refactor: changing from sklearn model to pipeline

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -172,7 +172,7 @@ Below you can find information related to citation.
172
  # get_started_code
173
 
174
  import joblib
175
- wmodel = joblib.load('pipeline_sentiment_analysis.pkl')
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