Open GoogleCodeExporter opened 9 years ago
Thanks for reporting the issue! To aid in the debugging, could you please give
a bit more details about the data set you are using, and how you are creating
the tree? Sometimes this exception might occur when the number of discrete
symbols in the dataset is different from the number of symbols specified when
creating the tree.
Original comment by cesarso...@gmail.com
on 6 Sep 2013 at 4:42
Hi,
I worked on the "nursery database"
http://archive.ics.uci.edu/ml/machine-learning-databases/nursery/nursery.names
when launching the analysis with the C4.5 algorithm the tree is generated, but
with the ID3 it returns an exception
Original comment by sabri...@gmail.com
on 9 Sep 2013 at 8:37
[deleted comment]
A few corrections and improvements have been made in the DecisionTree module.
Should be available in the next release.
Original comment by cesarso...@gmail.com
on 28 Nov 2013 at 8:57
Those errors should have been fixed on 2.12; however, more testing might be
needed before the issue can be closed.
Original comment by cesarso...@gmail.com
on 6 Jan 2014 at 11:11
[deleted comment]
Hi,
I am using IRIS dataset from UCI repository for classification . As this is a
large dataset, it throws the exception as mentioned above by Sabri...Is there
any solution for this? Is the new modified version released? Or can I get the
entire source code? Pls help
Original comment by rakshabn...@gmail.com
on 16 May 2014 at 4:04
I imported the iris dataset from UCI and it ran without problems. Please, can
you confirm you are talking about the dataset on
http://archive.ics.uci.edu/ml/datasets/Iris ?
Original comment by cesarso...@gmail.com
on 27 May 2014 at 9:56
[deleted comment]
Thank you so much for your concern @cesaro ..I made 80% of the entire dataset
(from the same link which you have sent )as the training data and the rest 20%
test data just to check out the performance. But it threw the exception. when I
took only 10 training points, it worked well. So the problem is with number of
training data points? Does the code handle large number of training points or
does it cause any memory exception? I dont know. Pls help me asap.
Original comment by rakshabn...@gmail.com
on 28 May 2014 at 3:47
Ah sorry, I forgot one thing: the IRIS dataset contains continuous values, so
it means it should be necessary to use the C4.5 algorithm instead. There had
been some recent updates in the decision tree modules, which are only available
in the development branch of the project. Can you confirm that you are using
C4.5 and not ID3, and still get the exceptions?
If that is the case, then this will likely be fixed on the next version of the
framework. If you wish, you can also download the latest sources from the
GitHub repository to test. They are available at
https://github.com/accord-net/framework/
Original comment by cesarso...@gmail.com
on 28 May 2014 at 8:44
Original issue reported on code.google.com by
sabri...@gmail.com
on 6 Sep 2013 at 2:21