Spaces:
Running
Running
Update src/bin/function_predictor.py
Browse files
src/bin/function_predictor.py
CHANGED
|
@@ -90,7 +90,7 @@ def MultiLabelSVC_cross_val_predict(representation_name, dataset, X, y, classifi
|
|
| 90 |
#stds = [np.round(i, decimals=5) for i in stds]
|
| 91 |
|
| 92 |
return {
|
| 93 |
-
"means": [
|
| 94 |
}
|
| 95 |
|
| 96 |
def ProtDescModel():
|
|
|
|
| 90 |
#stds = [np.round(i, decimals=5) for i in stds]
|
| 91 |
|
| 92 |
return {
|
| 93 |
+
"means": [dataset] + means,
|
| 94 |
}
|
| 95 |
|
| 96 |
def ProtDescModel():
|