bvishnu123 commited on
Commit
fa6a4f6
1 Parent(s): 87bedec

Update fake_job_detector/models.py

Browse files
Files changed (1) hide show
  1. fake_job_detector/models.py +1 -3
fake_job_detector/models.py CHANGED
@@ -11,9 +11,7 @@ from typing import Optional
11
  import numpy as np
12
  import matplotlib.pyplot as plt
13
 
14
- # Sklearn
15
- from scipy.sparse import hstack
16
- from sklearn.svm import SVC
17
 
18
  # Torch
19
  import torch
 
11
  import numpy as np
12
  import matplotlib.pyplot as plt
13
 
14
+
 
 
15
 
16
  # Torch
17
  import torch