Skip to content
Discussion options

You must be logged in to vote

Hi @trover97. If your data is in numpy ndarray format, all the features are used for training. If your data is in pandas DataFrame format, you can get the features list through automl_experiment._X_train_all.columns.values (assuming automl_experiment is a fitted automl instance from flaml). Note that if your original pandas DataFrame contains datetime features, we pre-processed such features (Ref: https://github.com/microsoft/FLAML/blob/main/flaml/data.py#L219).

Let me know if this does not answer your question.
Thanks!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@trover97
Comment options

@qingyun-wu
Comment options

@trover97
Comment options

@qingyun-wu
Comment options

Answer selected by trover97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants