dinhdat1110 commited on
Commit
8e9513f
·
verified ·
1 Parent(s): 4da6941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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']