classifier calculates without finding an end for data sets where it worked before. cefhelper.exe consuming RAM.
1 view (last 30 days)
Show older comments
Stefanie Hörnlein
on 10 Feb 2023
Commented: Stefanie Hörnlein
on 15 Feb 2023
Hi everyone,
I´m working on a classification task using the classification learner, after generating a feature table including labels with Matlab. Very basic, just like 27 features and 2 or 3 classes.
I did that a lot of times for several data sets and it always worked until - I don´t know what happened. Are there any reasons, why Matlab might not finish calculating? Any properties I can try changing? I´m sure, that I use the same properties in the Classifier, but is there sth in the background, that influences the process?
I hope my question is not to unspecific, I know it might be hard to find out, without seeing my system, but I thought maybe somebody already had a similar problem. I can provide additional information, if that helps.
I already cleared some of the stuff on the hard disk to have more space. Nothing changed.
Thanks in advance, best regards,
Stef
7 Comments
Accepted Answer
Drew
on 13 Feb 2023
As a PhD student, you likely have access to the following through your university:
(1) MATLAB online at matlab.mathworks.com
(2) MATLAB official support.
So, you can run classification experiments using MATLAB online at matlab.mathworks.com, and you can also contact mathworks support about the issue on your machine.
Regarding running experiments on matlab.mathworks.com, I just loaded your classtask_Stef.mat into classificationLearner on matlab.mathworks.com, and the basic default tree model trained very quickly without any issues. The MATLAB version on MATLAB online today was '9.13.0.2145394 (R2022b) Update 3'. A screenshot is shown below. Given there were only 29 observations in the data, I chose leave-one-out cross validation (29 folds) for this small experiment.
2 Comments
More Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!