Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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):
|