You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error:
Python38\site-packages\featurewiz\featurewiz.py", line 3405, in transform
print('Returning dataframe with %d features ' %len(self.features))
TypeError: object of type 'NoneType' has no len()
It seems self.features gets used before being properly configured
The text was updated successfully, but these errors were encountered:
Loaded input data. Shape = (112560, 15)
Beware! feature_engg will add 100s, if not 1000s of additional features to your dataset!
Starting lazytransform for test data
LazyTransformer has not been fit yet. Fit it first and try again.
Returning dataframe with 0 features
Returning dataframe with all features since error in feature selection...
Hi,
I'm getting the following error:
Python38\site-packages\featurewiz\featurewiz.py", line 3405, in transform
print('Returning dataframe with %d features ' %len(self.features))
TypeError: object of type 'NoneType' has no len()
It seems self.features gets used before being properly configured
The text was updated successfully, but these errors were encountered: