Skip to main content

Questions tagged [ensemble-modeling]

In machine learning, ensemble methods combine multiple algorithms to make a prediction. Bagging, boosting, and stacking, are some examples.

3 votes
1 answer
53 views

I am working on a deep learning problem. The output of the model is a 3D geometric vector that will represent the physical quantity “force”. I have a very heavy architecture that takes really long to ...
Mridul Gupta's user avatar
3 votes
3 answers
268 views

I am currently working on the dataset where I am supposed to work on the prediction of the rides that might be cancelled. If it is predicted that it will be cancelled(because of drivers), then the ...
RushHour's user avatar
  • 187
1 vote
1 answer
79 views

I tried to build a Python class, CustomStackingClassifier(), to implement the Stacking method in ensemble machine learning. In this implementation, the output of the base classifiers is set to be the ...
CM_Li's user avatar
  • 13
3 votes
1 answer
305 views

I'd like to predict the power production of a windfarm given the wind speed, its direction and other variables related to the specific wind turbines. However, due to wake effects (wind speed decreases ...
deque's user avatar
  • 133
1 vote
0 answers
80 views

I am using the stacked generalization scheme to combine the predictions from different machine learning models (input models from now on). I am currently calculating the prediction interval for each ...
umbe1987's user avatar
  • 111
0 votes
0 answers
55 views

I don't know the efficient method to select the best subset of the estimator that saves time and highest accuracy. How to choose the best estimators for the Voting classifier? Voting Classifier is an ...
Davann Tet's user avatar
0 votes
0 answers
34 views

In order to develop an academic performance prediction model for a local Higher Ed Institution, I have collected the OULAD open dataset and the local Institution's dataset which I structured into the ...
AnilPHD's user avatar
1 vote
2 answers
197 views

In a panel data set consisting of exponential functions, each indexed by an integer i ranging from 0 to 100. The exponential function is defined as f(i, t) = A(i) * e^(-r(i) * t), where A(i) is the ...
Emad Ezzeldin's user avatar
0 votes
0 answers
141 views

I am trying to use sklearn pipeline to create a composite estimator. Please check attached image for model blueprint. Can anyone help me understand how this can be done in python. Column Transformer ...
prafull ghare's user avatar
0 votes
1 answer
44 views

I want to create model for truck company in which trucks delivers the car for customers.i have two data sets. one is customer details like how many cars they want from particular area or terminal and ...
prema's user avatar
  • 1
0 votes
1 answer
91 views

Currently i have the following code ...
Guilherme Raibolt's user avatar
1 vote
1 answer
34 views

For example, suppose we want to predict y with features x1, x2, x3, x4. If I specify ...
olives's user avatar
  • 11
0 votes
1 answer
2k views

I am currently building a binary classification model to predict order return rates. I used the GradientBoostingClassifier for training the model and also performed hyperparameter tuning using ...
Kedharnath Kb's user avatar
0 votes
0 answers
64 views

I am using Ensemble PyTorch to train a voting classifier. My dataset includes around 60k records. I trained a Neural Network with Cross-entropy loss. Below is my model architecture ...
Abhinav's user avatar

15 30 50 per page
1
2 3 4 5
14