Skip to content

MODNet model without feature_selection() #83

Answered by ml-evs
mhlee216 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mhlee216, if I am understanding your problem correctly, I think you can simply set md.optimal_features (not get_optimal_descriptors) with the column names of the descriptors you want to use within your dataset. If you are doing multi-target learning you may also need to set md.optimal_features_by_target to a dictionary with structure {target: [md.optimal_features]} for target in targets}.

We could certainly provide a nicer interface for this workflow, but the feature selection aspect is a big part of the MODNet approach.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mhlee216
Comment options

Answer selected by mhlee216
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