Closed ifserge closed 7 years ago
Hi ifserge, Stacknet does not currently support different dataset for individual model. What you could do is :
Thank you for the assist @goldentom42
Actually now there is a way to do it through python.
You should have a look at the python generic model .
If look inside lib/python
, for example PythonGenericRegressor0.py
in line 148
and line 168
you can add your own pre-processing of data. You could do a sub-selection or anything you want.
If you choose this method , bear in mind:
X.toarray()
Hope that helps.
@kaz-Anova, My bad I totally forgot about this great feature... Congrats for your nice LB position in Zillow's competition!
Is it possible to use different feature subsets for individual models? If yes, how would it can be configured?