Is it possible to have a better performance with C4.5 than Bagged tree?what is the difference between “fully developed decision trees” and “shallow decision trees”?How important is lookahead search in decision trees?Does increasing the n_estimators parameter in decision trees always increase accuracyWhy doesn't LightGBM perform better than SVC (linear kernel)? [sentiment analysis]Decision Trees - C4.5 vs CART - rule setsDoes running a Decision Tree classifier several times help?When does decision tree perform better than the neural network?Why neural networks do not perform well on structured data?0.1 accuracy on MNIST fashion dataset following official Tensorflow/Keras tutorialAre there cases where tree based algorithms can do better than neural networks?
Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?
Does .bashrc contain syntax errors?
Asserting that Atheism and Theism are both faith based positions
Pronounciation of the combination "st" in spanish accents
How is the partial sum of a geometric sequence calculated?
PTIJ What is the inyan of the Konami code in Uncle Moishy's song?
What does "Four-F." mean?
Recruiter wants very extensive technical details about all of my previous work
How can my new character avoid being a role-playing handicap to the party?
What exactly term 'companion plants' means?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
In the 1924 version of The Thief of Bagdad, no character is named, right?
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
Is there a term for accumulated dirt on the outside of your hands and feet?
What is the relationship between relativity and the Doppler effect?
What if (if any) the reason to buy in small local stores?
Light propagating through a sound wave
Print last inputted byte
Practical application of matrices and determinants
Synchronized implementation of a bank account in Java
Turning a hard to access nut?
What is the term when voters “dishonestly” choose something that they do not want to choose?
Am I eligible for the Eurail Youth pass? I am 27.5 years old
Is it insecure to send a password in a `curl` command?
Is it possible to have a better performance with C4.5 than Bagged tree?
what is the difference between “fully developed decision trees” and “shallow decision trees”?How important is lookahead search in decision trees?Does increasing the n_estimators parameter in decision trees always increase accuracyWhy doesn't LightGBM perform better than SVC (linear kernel)? [sentiment analysis]Decision Trees - C4.5 vs CART - rule setsDoes running a Decision Tree classifier several times help?When does decision tree perform better than the neural network?Why neural networks do not perform well on structured data?0.1 accuracy on MNIST fashion dataset following official Tensorflow/Keras tutorialAre there cases where tree based algorithms can do better than neural networks?
$begingroup$
I am not sure but I have read that bagged trees are used to improve the accuracy of a single tree methods such as C4.5 but applying both of them over the same dataset I got better accuracy with C4.5, 100% while the Bagged trees gave me 97%
Is it true?
machine-learning decision-trees accuracy
$endgroup$
add a comment |
$begingroup$
I am not sure but I have read that bagged trees are used to improve the accuracy of a single tree methods such as C4.5 but applying both of them over the same dataset I got better accuracy with C4.5, 100% while the Bagged trees gave me 97%
Is it true?
machine-learning decision-trees accuracy
$endgroup$
$begingroup$
How are you getting the 100% and 97%? Is it from testing on the training data?
$endgroup$
– G5W
10 hours ago
add a comment |
$begingroup$
I am not sure but I have read that bagged trees are used to improve the accuracy of a single tree methods such as C4.5 but applying both of them over the same dataset I got better accuracy with C4.5, 100% while the Bagged trees gave me 97%
Is it true?
machine-learning decision-trees accuracy
$endgroup$
I am not sure but I have read that bagged trees are used to improve the accuracy of a single tree methods such as C4.5 but applying both of them over the same dataset I got better accuracy with C4.5, 100% while the Bagged trees gave me 97%
Is it true?
machine-learning decision-trees accuracy
machine-learning decision-trees accuracy
edited 9 hours ago
G5W
14718
14718
asked Feb 13 at 10:34
MakBadMakBad
61
61
$begingroup$
How are you getting the 100% and 97%? Is it from testing on the training data?
$endgroup$
– G5W
10 hours ago
add a comment |
$begingroup$
How are you getting the 100% and 97%? Is it from testing on the training data?
$endgroup$
– G5W
10 hours ago
$begingroup$
How are you getting the 100% and 97%? Is it from testing on the training data?
$endgroup$
– G5W
10 hours ago
$begingroup$
How are you getting the 100% and 97%? Is it from testing on the training data?
$endgroup$
– G5W
10 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
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%2f45497%2fis-it-possible-to-have-a-better-performance-with-c4-5-than-bagged-tree%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
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%2f45497%2fis-it-possible-to-have-a-better-performance-with-c4-5-than-bagged-tree%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
$begingroup$
How are you getting the 100% and 97%? Is it from testing on the training data?
$endgroup$
– G5W
10 hours ago