Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def extract_features(sequence):
|
|
| 15 |
|
| 16 |
|
| 17 |
# Normalize with pre-trained scaler (avoid fitting new data)
|
| 18 |
-
normalized_features = scaler.
|
| 19 |
|
| 20 |
return normalized_features
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
# Normalize with pre-trained scaler (avoid fitting new data)
|
| 18 |
+
normalized_features = scaler.fit_transform([aac])
|
| 19 |
|
| 20 |
return normalized_features
|
| 21 |
|