Quantcast
Channel: Data Science, Analytics and Big Data discussions - Topics tagged data_science
Viewing all articles
Browse latest Browse all 787

How can I stack one feature-engineering based model and another one non-feature engineering based model in python?

$
0
0

@shounakrockz47 wrote:

I have a StackOverflow question answer dataset. ( this is a classification problem )

So , far I have created two different models.

Model 1: LightGBM model optimized.

Data fed into LightGBM model contains all the feature engineered attributes from the StackOverflow posts and person who had posted questions.

One snapshot of the data is something like this :

feature engineered dataframe

Model 2:

Neural Network-based model in which I am taking only question text and taking its word embeddings.

My question is can combine both of these models using something like StackNet ? If yes how ?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 787

Trending Articles