Closed m-makarious closed 4 years ago
Now when munging is run, a *_list_features.txt
file is generated.
*Example `_list_features.txt` file output:**
Example interactive output without --feature_selection
flag:
Example interactive output with --feature_selection
flag:
EDIT AUGUST 3: File created has been renamed*.list_features.txt
Moved issue to new repo for completeness and consistency
Please make sure that this is a feature request.
System information
Suggested by @h-leonard (thanks, Hampton!)
Describe the feature and the current behavior/state. Currently, when munging, only a file with features and approximate relative importance is exported. This is only exported when using the
--feature_selection
flag, and features that contribute nothing are reported at the bottom with a score of 0....But what if you just wanted a list of features that made it to the
*.dataForML.h5
file without having to open Python to read in and print out column names that remain in the final munged file?Suggested feature request would output a list of features to a text file that is made automatically when munging, and updated when/if the
--feature_selection
flag is presentWill this change the current api? How? Nope!
Who will benefit with this feature? Everyone who needs to go through and make sure the right features are being used.
Any Other info. N/A