Skip to content

Is there a way to get the p-values when calling select_features? #1050

Closed Answered by TheFilS
TheFilS asked this question in Q&A
Discussion options

You must be logged in to vote

To anyone who many run into the same problem as me, I had luck explicitly converting my array to a series (I didn't have to do this to call "extract_features" but had to do it to get "calculate_relevance_table" to work

Example:
serser = pd.Series(serclass)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@TheFilS
Comment options

@TheFilS
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by TheFilS
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