-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.19.3
Commit ID
No response
JASP Module
Machine Learning
What analysis are you seeing the problem on?
Decision tree and Neural Network Classification
What OS are you seeing the problem on?
macOS Silicon
Bug Description
When I conducted a decision-tree and neural network to classify data, I realized that the labels identifying clusters in the decision boundary matrix should have been in the reverse order. I mean in my case according to the decision boundary matrix, as students get grades in courses, they classified as fail. I attached data and the output.
Expected Behaviour
The labels regarding the cluster in the decision boundary matrix should have been in the reverse coded.
Steps to Reproduce
I repeated with different data set. The results is the same. There is a problem with the point labels in decision boundary matrix. For instance, if 0 is fail and 1 is success like in my case, in the matrix fail is pink and success is the green points. When the matrix is examined, pink labels (fail) cluster students who get good grades not ust one course for all courses, which do not have a sense. My guess, the pink ones should have been success and green ones should have been fail.
Log (if any)
No response
More Debug Information
-------- Application Info --------
JASP Version: JASP 0.19.2 (Apple Silicon)
Build Branch: stable
Build Date: Dec 12 2024 16:59:24 (Netherlands)
Last Commit: 410d926e25afc551d362204f8e57971185234544
-------- Basic Info --------
Operating System: macOS Sequoia (15.3)
Product Version: 15.3
Kernel Type: darwin
Kernel Version: 24.3.0
Architecture: arm64
Install Path: /Applications/JASP.app/Contents/MacOS
Platfotm Name: cocoa
System Local: en_TR
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.