Skip to content

How to use use_probas=True with StackingCVClassifier() #856

Answered by rasbt
skuma17 asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe it has something do do with the dataset formatting. Could you print the output from

import numpy as np

print('x_train', x_train)
print('y_train', y_train)
print('y_train labels', np.unique(y_train))

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@rasbt
Comment options

@rasbt
Comment options

@skuma17
Comment options

@skuma17
Comment options

@rasbt
Comment options

rasbt Nov 1, 2021
Maintainer

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