Unbalanced target variable in Orange, how do I balance it?Prediction model for marketing to prospective customers (using pandas)Target variable problem :- ClassifierPredict datetime variable with orange canvasOrange 3 “Find Informative Projections” and target variables?In orange, how do you split a given table at a certain row id?Orange: Data has no target variable errorOrange: Predictions widget on same data gives different resultsHow to properly predict date using Orange 3Orange wont allow me to set target for corpusOrange - Data does not have the same target predictors Error
How bug prioritization works in agile projects vs non agile
Can I criticise the more senior developers around me for not writing clean code?
What is purpose of DB Browser(dbbrowser.aspx) under admin tool?
`microtype`: Set Minimum Width of a Space
How to keep bees out of canned beverages?
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
Complex numbers z=-3-4i polar form
Multiple fireplaces in an apartment building?
Work requires me to come in early to start computer but wont let me clock in to get paid for it
How to not starve gigantic beasts
Why do games have consumables?
Is Diceware more secure than a long passphrase?
UK Visa refusal and ban for 10 years ( false Documents) . Can I apply for Australia
Does Mathematica have an implementation of the Poisson binomial distribution?
How do I check if a string is entirely made of the same substring?
Why did C use the -> operator instead of reusing the . operator?
How do I produce this symbol: Ϟ in pdfLaTeX?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
My bank got bought out, am I now going to have to start filing tax returns in a different state?
Mistake in years of experience in resume?
Conditionally enable edit in lightning:datatable
Which big number is bigger?
How to find if a column is referenced in a computed column?
Scheduling based problem
Unbalanced target variable in Orange, how do I balance it?
Prediction model for marketing to prospective customers (using pandas)Target variable problem :- ClassifierPredict datetime variable with orange canvasOrange 3 “Find Informative Projections” and target variables?In orange, how do you split a given table at a certain row id?Orange: Data has no target variable errorOrange: Predictions widget on same data gives different resultsHow to properly predict date using Orange 3Orange wont allow me to set target for corpusOrange - Data does not have the same target predictors Error
$begingroup$
So I want to perform a predictive model to predict churn.
I have 2 datasets, one with churn and the other without (so I can later perform predictions).
The issue is that I think my Confussion matrix is kinda bad since my target variable is highly unbalanced:
which mostly leads to this confussion matrix:
(Similar values for both logistic regression and decision tree).
This is my workflow:
Is there any way to balance the data? I can't find it in the Orange documentation.
predictive-modeling logistic-regression prediction orange unbalanced-classes
New contributor
$endgroup$
add a comment |
$begingroup$
So I want to perform a predictive model to predict churn.
I have 2 datasets, one with churn and the other without (so I can later perform predictions).
The issue is that I think my Confussion matrix is kinda bad since my target variable is highly unbalanced:
which mostly leads to this confussion matrix:
(Similar values for both logistic regression and decision tree).
This is my workflow:
Is there any way to balance the data? I can't find it in the Orange documentation.
predictive-modeling logistic-regression prediction orange unbalanced-classes
New contributor
$endgroup$
add a comment |
$begingroup$
So I want to perform a predictive model to predict churn.
I have 2 datasets, one with churn and the other without (so I can later perform predictions).
The issue is that I think my Confussion matrix is kinda bad since my target variable is highly unbalanced:
which mostly leads to this confussion matrix:
(Similar values for both logistic regression and decision tree).
This is my workflow:
Is there any way to balance the data? I can't find it in the Orange documentation.
predictive-modeling logistic-regression prediction orange unbalanced-classes
New contributor
$endgroup$
So I want to perform a predictive model to predict churn.
I have 2 datasets, one with churn and the other without (so I can later perform predictions).
The issue is that I think my Confussion matrix is kinda bad since my target variable is highly unbalanced:
which mostly leads to this confussion matrix:
(Similar values for both logistic regression and decision tree).
This is my workflow:
Is there any way to balance the data? I can't find it in the Orange documentation.
predictive-modeling logistic-regression prediction orange unbalanced-classes
predictive-modeling logistic-regression prediction orange unbalanced-classes
New contributor
New contributor
New contributor
asked 10 mins ago
Daniel RivasDaniel Rivas
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Daniel Rivas is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f50944%2funbalanced-target-variable-in-orange-how-do-i-balance-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Daniel Rivas is a new contributor. Be nice, and check out our Code of Conduct.
Daniel Rivas is a new contributor. Be nice, and check out our Code of Conduct.
Daniel Rivas is a new contributor. Be nice, and check out our Code of Conduct.
Daniel Rivas is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f50944%2funbalanced-target-variable-in-orange-how-do-i-balance-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown