Predicting descrete value problem in regression or classification 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 ResultsRegression Model for explained model(Details inside)How to move forward on Regression problemConfidence intervals for binary classification probabilitiesMuti-Output Decision tree with classification and regression in outputMethod for predicting winner of call for tendersRegression problem as predicting a delta from another algorithm's outputCensored output data, which activation function for the output layer and which loss function to use?Algorithms, techniques, papers for regression with vector outputUnderstanding output of LSTM for regressionIs zero-inflated negative binomial regression appropriate for this data? Am I interpreting it correctly?
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
How can I make names more distinctive without making them longer?
If I can make up priors, why can't I make up posteriors?
How should I respond to a player wanting to catch a sword between their hands?
What are the performance impacts of 'functional' Rust?
Problem when applying foreach loop
Working around an AWS network ACL rule limit
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Did the new image of black hole confirm the general theory of relativity?
Biased dice probability question
Jazz greats knew nothing of modes. Why are they used to improvise on standards?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
What's the point in a preamp?
Passing functions in C++
Determine whether f is a function, an injection, a surjection
What is the largest species of polychaete?
What is the electric potential inside a point charge?
Active filter with series inductor and resistor - do these exist?
Why is there no army of Iron-Mans in the MCU?
What did Darwin mean by 'squib' here?
Estimate capacitor parameters
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
What can I do if my MacBook isn’t charging but already ran out?
Single author papers against my advisor's will?
Predicting descrete value problem in regression or classification
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 ResultsRegression Model for explained model(Details inside)How to move forward on Regression problemConfidence intervals for binary classification probabilitiesMuti-Output Decision tree with classification and regression in outputMethod for predicting winner of call for tendersRegression problem as predicting a delta from another algorithm's outputCensored output data, which activation function for the output layer and which loss function to use?Algorithms, techniques, papers for regression with vector outputUnderstanding output of LSTM for regressionIs zero-inflated negative binomial regression appropriate for this data? Am I interpreting it correctly?
$begingroup$
In machine learning, regression algorithms attempt to estimate the mapping function (f) from the input variables (x) to numerical or continuous output variables (y).
I have one usecase where I predict shift_id. Shit_Id is ID values given to different city location.
As per my understanding this is regression problem because it predict numerical value. Is this right?
Also precision, recall f1 measure can be calculated for regression problem?
machine-learning classification regression
$endgroup$
add a comment |
$begingroup$
In machine learning, regression algorithms attempt to estimate the mapping function (f) from the input variables (x) to numerical or continuous output variables (y).
I have one usecase where I predict shift_id. Shit_Id is ID values given to different city location.
As per my understanding this is regression problem because it predict numerical value. Is this right?
Also precision, recall f1 measure can be calculated for regression problem?
machine-learning classification regression
$endgroup$
add a comment |
$begingroup$
In machine learning, regression algorithms attempt to estimate the mapping function (f) from the input variables (x) to numerical or continuous output variables (y).
I have one usecase where I predict shift_id. Shit_Id is ID values given to different city location.
As per my understanding this is regression problem because it predict numerical value. Is this right?
Also precision, recall f1 measure can be calculated for regression problem?
machine-learning classification regression
$endgroup$
In machine learning, regression algorithms attempt to estimate the mapping function (f) from the input variables (x) to numerical or continuous output variables (y).
I have one usecase where I predict shift_id. Shit_Id is ID values given to different city location.
As per my understanding this is regression problem because it predict numerical value. Is this right?
Also precision, recall f1 measure can be calculated for regression problem?
machine-learning classification regression
machine-learning classification regression
asked Apr 2 at 7:21
Jhon PatricJhon Patric
185
185
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
IDs are categorical, not numeric. You should be treating this as a multi-class classification problem. Your IDs are locations, a location is a class. The ID is just a identifier for the class.
Since you have a classification problem you should be using precision, recall and f1. However, if it was regression you would have been using mean squared error, mean absolute error and possibly something else.
$endgroup$
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
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%2f48412%2fpredicting-descrete-value-problem-in-regression-or-classification%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$
IDs are categorical, not numeric. You should be treating this as a multi-class classification problem. Your IDs are locations, a location is a class. The ID is just a identifier for the class.
Since you have a classification problem you should be using precision, recall and f1. However, if it was regression you would have been using mean squared error, mean absolute error and possibly something else.
$endgroup$
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
add a comment |
$begingroup$
IDs are categorical, not numeric. You should be treating this as a multi-class classification problem. Your IDs are locations, a location is a class. The ID is just a identifier for the class.
Since you have a classification problem you should be using precision, recall and f1. However, if it was regression you would have been using mean squared error, mean absolute error and possibly something else.
$endgroup$
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
add a comment |
$begingroup$
IDs are categorical, not numeric. You should be treating this as a multi-class classification problem. Your IDs are locations, a location is a class. The ID is just a identifier for the class.
Since you have a classification problem you should be using precision, recall and f1. However, if it was regression you would have been using mean squared error, mean absolute error and possibly something else.
$endgroup$
IDs are categorical, not numeric. You should be treating this as a multi-class classification problem. Your IDs are locations, a location is a class. The ID is just a identifier for the class.
Since you have a classification problem you should be using precision, recall and f1. However, if it was regression you would have been using mean squared error, mean absolute error and possibly something else.
edited Apr 2 at 7:36
answered Apr 2 at 7:25
Simon LarssonSimon Larsson
823114
823114
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
add a comment |
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Thanks for such a clear answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
I dont have enough points to upvote your answer
$endgroup$
– Jhon Patric
Apr 2 at 7:42
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
$begingroup$
Don't worry about that. Glad I could help. Good luck! :)
$endgroup$
– Simon Larsson
Apr 2 at 7:44
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%2f48412%2fpredicting-descrete-value-problem-in-regression-or-classification%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