Hello friends, have a good time

I had a question, thank you for your help

I want to write the code of this structure with Python,

I defined a functional model for CNN, LSTM and Deep auto encoder

Now I need to give the latent vector of autoencoder as input to extreme gradient boost,

I do not know how to do this to define this whole structure as a single model to give it input and predict output

I used the StackingClassifier command but it gave me an error:

The Functional estimator should be classifier

Thanks for guiding me on how to code this structure

Similar questions and discussions