Training, crossvalidation and testing binding thrombin dataset
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -11,8 +11,8 @@ from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_sc | ... | @@ -11,8 +11,8 @@ from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_sc |
| 11 | from sklearn.externals import joblib | 11 | from sklearn.externals import joblib |
| 12 | from sklearn import model_selection | 12 | from sklearn import model_selection |
| 13 | from sklearn.feature_selection import SelectKBest, chi2 | 13 | from sklearn.feature_selection import SelectKBest, chi2 |
| 14 | -from scipy.sparse import csr_matrix | ||
| 15 | from sklearn.decomposition import TruncatedSVD | 14 | from sklearn.decomposition import TruncatedSVD |
| 15 | +from scipy.sparse import csr_matrix | ||
| 16 | import scipy | 16 | import scipy |
| 17 | 17 | ||
| 18 | __author__ = 'CMendezC' | 18 | __author__ = 'CMendezC' | ... | ... |
-
Please register or login to post a comment