Why does a confusion matrix in Orange not show results? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsWhy might several types of models give almost identical results?Multiple confusion matrix for multiple training instances. Which one to take?Discrete Values Matrix: Select Rows and Scattered Plot problemDifferences between Test & Score results and calculated by Confusion Matrix (accuracy, sensitivity and specificity)Why Orange “Predictions” and “Test & Score” produce different results on the same data?Keras dense layer input shape mismatchWhy is my U-matrix visually not separating the classes?Keras - Why Validation data produce good results, while unseen data is performing poorlyNeural Network for classifying humansCan Expectation Maximization estimate truth and confusion matrix from multiple noisy sources?
Is this homebrew Lady of Pain warlock patron balanced?
Disembodied hand growing fangs
What causes the direction of lightning flashes?
What is GELU activation?
What is the Characteristic of a local ring?
Physics no longer uses mechanical models to describe phenomena
How do I find out the mythology and history of my Fortress?
What do you call the main part of a joke?
Are all finite dimensional hilbert spaces isomorphic to spaces with Euclidean norms?
Employee unreasonably upset with me?
Did Krishna said in BG that I am in every living being
How do living politicians protect their readily obtainable signatures from misuse?
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
What is a fractional matching?
Generate an RGB colour grid
If windows 7 doesn't support WSL, then what does Linux subsystem option mean?
Apply Line Pattern Fill to LineStrings?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
Is there any word for a place full of confusion?
How to write the following sign?
Most bit efficient text communication method?
AppleTVs create a chatty alternate WiFi network
How come Sam didn't become Lord of Horn Hill?
Should I use a zero-interest credit card for a large one-time purchase?
Why does a confusion matrix in Orange not show results?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsWhy might several types of models give almost identical results?Multiple confusion matrix for multiple training instances. Which one to take?Discrete Values Matrix: Select Rows and Scattered Plot problemDifferences between Test & Score results and calculated by Confusion Matrix (accuracy, sensitivity and specificity)Why Orange “Predictions” and “Test & Score” produce different results on the same data?Keras dense layer input shape mismatchWhy is my U-matrix visually not separating the classes?Keras - Why Validation data produce good results, while unseen data is performing poorlyNeural Network for classifying humansCan Expectation Maximization estimate truth and confusion matrix from multiple noisy sources?
$begingroup$
I ran a neural network on a data set and when I checked the confusion matrix I got nothing but a message that says: Confusion matrix cannot show regression results.
neural-network data-mining orange
$endgroup$
add a comment |
$begingroup$
I ran a neural network on a data set and when I checked the confusion matrix I got nothing but a message that says: Confusion matrix cannot show regression results.
neural-network data-mining orange
$endgroup$
add a comment |
$begingroup$
I ran a neural network on a data set and when I checked the confusion matrix I got nothing but a message that says: Confusion matrix cannot show regression results.
neural-network data-mining orange
$endgroup$
I ran a neural network on a data set and when I checked the confusion matrix I got nothing but a message that says: Confusion matrix cannot show regression results.
neural-network data-mining orange
neural-network data-mining orange
edited Apr 3 at 0:59
Stephen Rauch♦
1,52551330
1,52551330
asked Apr 2 at 22:07
ruddy illanesruddy illanes
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You are getting this error because Confusion Matrix only evaluates the performance of classification tasks. Said another way, you cannot evaluate the discrete performance of continuous values. In order to evaluate the performance of your Neural Network, you will need to use a different evaluation metric.
$endgroup$
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
add a comment |
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
);
);
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%2f48474%2fwhy-does-a-confusion-matrix-in-orange-not-show-results%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You are getting this error because Confusion Matrix only evaluates the performance of classification tasks. Said another way, you cannot evaluate the discrete performance of continuous values. In order to evaluate the performance of your Neural Network, you will need to use a different evaluation metric.
$endgroup$
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
add a comment |
$begingroup$
You are getting this error because Confusion Matrix only evaluates the performance of classification tasks. Said another way, you cannot evaluate the discrete performance of continuous values. In order to evaluate the performance of your Neural Network, you will need to use a different evaluation metric.
$endgroup$
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
add a comment |
$begingroup$
You are getting this error because Confusion Matrix only evaluates the performance of classification tasks. Said another way, you cannot evaluate the discrete performance of continuous values. In order to evaluate the performance of your Neural Network, you will need to use a different evaluation metric.
$endgroup$
You are getting this error because Confusion Matrix only evaluates the performance of classification tasks. Said another way, you cannot evaluate the discrete performance of continuous values. In order to evaluate the performance of your Neural Network, you will need to use a different evaluation metric.
answered Apr 2 at 23:33
EthanEthan
702625
702625
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
add a comment |
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
$begingroup$
I'm actually running a classification task. That's why I don't understand the error, I'm not doing a regression, I'm using a neural net to classify wines.
$endgroup$
– ruddy illanes
Apr 3 at 1:29
add a comment |
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%2f48474%2fwhy-does-a-confusion-matrix-in-orange-not-show-results%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