Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
|
|
3 |
import numpy as np
|
4 |
import pickle
|
5 |
|
|
|
6 |
categorical_features = ['Manufacturer', 'CPU', 'RAM Type', "Screen Resolution"]
|
7 |
numerical_features = ['CPU Speed (GHz)', 'RAM (GB)', 'Bus (MHz)', 'Storage (GB)', 'CPU brand modifier',
|
8 |
'Screen Size (inch)', 'Refresh Rate (Hz)', 'Weight (kg)', 'Battery']
|
|
|
3 |
import numpy as np
|
4 |
import pickle
|
5 |
|
6 |
+
|
7 |
categorical_features = ['Manufacturer', 'CPU', 'RAM Type', "Screen Resolution"]
|
8 |
numerical_features = ['CPU Speed (GHz)', 'RAM (GB)', 'Bus (MHz)', 'Storage (GB)', 'CPU brand modifier',
|
9 |
'Screen Size (inch)', 'Refresh Rate (Hz)', 'Weight (kg)', 'Battery']
|