AshmithaIRRI commited on
Commit
57859fb
·
verified ·
1 Parent(s): ea87160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from xgboost import XGBRegressor
29
  import io
30
  from sklearn.feature_selection import SelectFromModel
31
  import tempfile
32
- import pyinstaller
33
 
34
  #--------------------------------Random Forest for Feature selection-------------------------------------------
35
  def RandomForestFeatureSelection(trainX, trainy,num_features=60):
 
29
  import io
30
  from sklearn.feature_selection import SelectFromModel
31
  import tempfile
32
+
33
 
34
  #--------------------------------Random Forest for Feature selection-------------------------------------------
35
  def RandomForestFeatureSelection(trainX, trainy,num_features=60):