Lecturer Research Performance Model Evaluation Using Machine Learning Approach
Lecturer Research Performance Model Evaluation Using Machine Learning Approach
ISSN No:-2456-2165
TABLE IV. DECISION TREE EVALUTION REPORT The comparison of accuracy and misclassification rate for
Precision Recall f1-Score each classifier is shown in TABLE VI:
0 0.89 1.00 0.94
1 1.00 0.95 0.98 TABLE VI. THE COMPARISON OF ACCURACY AND
Accuracy 0.97 MISCLASSIFICATION RATE
Macro avg 0.94 0.98 0.96 Classifier Accuracy AUC Misclassification
Weighted 0.97 0.97 0.97 RF 93 % 95 % 7%
avg MLP 90 % 83 % 10 %
DT 97 % 98 % 3%
Decision Tree (DT) produced 89 percent of lecturers who LDA 93 % 96 % 7%
did not meet the research performance target of all lecturers
who were predicted to fail. Of all lecturers predicted to meet The highest accuracy score is Decision Tree for 97
the research performance target, DT produces 100 percent who percent, followed by 93 percent for Random Forest and Linear
can actually meet it. In comparison to all lecturers who do not Discriminant Analysis, the last, Multi-layer Perceptron at 90
meet the research performance target, DT produces 100 percent percent. The goal of this evaluation is not to find the best
of lecturers who are predicted not to meet the research accuracy score, but to see if the variables that comprise the
performance target. In comparison to all lecturers who actually model can pass the test phase with expected results. A good or
meet the research performance target, DT produces 95 percent relevant result is one with an accuracy score of more than 70%.
of those who are predicted to meet it. DT generates a The wider the area under the curve (AUC), the better the
comparison of average precision and recall for lecturers who do qualification results, the AUC of Decision Tree has the highest
not meet the 94 percent research performance target. DT score compared to other classifiers.