merve HF staff commited on
Commit
7d03b54
1 Parent(s): 50a03b9

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -0
pipeline.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import json
2
  from typing import Any, Dict, List
3
 
@@ -5,6 +6,7 @@ import sklearn
5
  import os
6
  import joblib
7
  import numpy as np
 
8
 
9
 
10
 
 
1
+ !pip install whatlies
2
  import json
3
  from typing import Any, Dict, List
4
 
 
6
  import os
7
  import joblib
8
  import numpy as np
9
+ import whatlies
10
 
11
 
12