<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2020.83002</article-id><article-id pub-id-type="publisher-id">JCC-98673</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Evaluation of Prediction Algorithms in the Student Dropout Problem
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Luis</surname><given-names>Earving Lee</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Salvador</surname><given-names>Ibarra Martínez</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>José</surname><given-names>Antonio Castán Rocha</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Jesús</surname><given-names>David Terán Villanueva</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Julio</surname><given-names>Laria Menchaca</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Mayra</surname><given-names>Guadalupe Treviño Berrones</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Emilio</surname><given-names>Castán Rocha</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Tec NM/Madero Institute of Technology, Madero City, Tamaulipas, Mexico</addr-line></aff><aff id="aff1"><addr-line>Faculty of Engineering, Autonomous University of Tamaulipas, Tampico, Tamaulipas, Mexico</addr-line></aff><pub-date pub-type="epub"><day>04</day><month>03</month><year>2020</year></pub-date><volume>08</volume><issue>03</issue><fpage>20</fpage><lpage>27</lpage><history><date date-type="received"><day>17,</day>	<month>December</month>	<year>2019</year></date><date date-type="rev-recd"><day>2,</day>	<month>March</month>	<year>2020</year>	</date><date date-type="accepted"><day>5,</day>	<month>March</month>	<year>2020</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  University dropout is a growing problem which, in recent years, is using computer techniques to assist in the detection process. The paper presents the evaluation of some prediction algorithms to detect a student with a high possibility of scholar desertion. The approach uses real data from past scholar periods to create a dataset with different information of the students (
  i.e., personal, economic, and academic records). The algorithms selected in the experimental phase were: J48 decision tree, K-near neighbors, and support vector machine. We use two similarity metrics to split the dataset with cases with at least 80% of similarity to evaluate each case. We use the data from 2010 to 2016 with real students’ information to predict if there exists the possibility of a real academic dropout in one test for a period. The results show that the J48 algorithm reaches a better performance in both experiments. Besides, the tree generated for each student is taken as a path of attention, reaching around 88% of effectiveness. Finally, the conclusions argue the contributions of the paper and propose a future line of research.
 
</p></abstract><kwd-group><kwd>Student Dropout</kwd><kwd> Prediction Algorithms</kwd><kwd> J48</kwd><kwd> K-Near Neighbors</kwd><kwd> Support Vector Machine</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>In the last ten years, the scholar desertion arises as one of the most studied problems by academic organisms. A deficient academic level of the population reflects in low productivity in all productive sectors. Unfortunately, it is a problem with a global impact. Recent information provided by the UNESCO [<xref ref-type="bibr" rid="scirp.98673-ref1">1</xref>] indicates that Mexico is the 11 out of 13 countries in Latin America in a total of adult people that achieves a bachelor’s degree [<xref ref-type="bibr" rid="scirp.98673-ref2">2</xref>]. Scholar desertion is a phenomenon with a variable behavior that independence of the academic level. In response, the authorities in charge of the educational sector implement strategies to reduce the dropout index of current students. For example, activities between students and the school look for knowing on time the situation of each student whit information provided by the academic department in-charge (i.e., tutorial) [<xref ref-type="bibr" rid="scirp.98673-ref3">3</xref>].</p><p>In some cases, the data is not adequate and updated, which reflects errors or actions performed out of time when the student is already deserting. In this sense, the traditional methods have demonstrated not be suitable for avoiding scholar desertions because of data inconsistency or an unsuitable action plan. With the use of a computational paradigm of resolution these problems appear to be tackled.</p><p>In reference [<xref ref-type="bibr" rid="scirp.98673-ref4">4</xref>], the authors propose the implementation of a decision tree using the Gini index, as a classification model to detect dropout with students in online courses of the second year. The motivation of the works was to provide information about a possible student dropout at an early stage, so the instructor can react in a feasible way to avoid the desertion. The results demonstrate that a precision around 72% in detecting dropout cases in the 8<sup>th</sup> week of the semester. However, in the same results, only 26% of failing students were discovered in the middle of the period. The authors conclude that it is necessary to increase or evaluate other relevant information to distinguish failing students at any moment of the course.</p><p>The reference [<xref ref-type="bibr" rid="scirp.98673-ref5">5</xref>] proposes a multi-objective optimization model based on dynamic data, including classical predictors. The main idea of this work is to find the earliest moment in the student career, in which a reliable prediction is possible. To do that, the paper presents an optimization model tasted with real data without using standard information used by work in the literature (i.e., gender or age). The proposal includes two prediction models. The first one analyses the student situation after two semesters reaching a dropout prediction accuracy in the ranges from 74% to 77%. Meanwhile, the second one evaluates the students after four semesters, with a prediction range between 78% and 83%. The authors suggest the experimentation in other universities with different academic systems to evaluate the accuracy and suitability of their approach.</p><p>In [<xref ref-type="bibr" rid="scirp.98673-ref6">6</xref>], the authors argue that academic dropout is a situation that, in some cases, not depends on educational factors. They suggest five main factors criteria as deterministic events to identify a potential dropout such as demography, social interaction, finance, motivation, and personal. The approach process in 3 phases called collecting data, processing data, and modeling the 37 new criteria generated from the five factors. The authors conclude that the prediction of a dropout depends on 2 kinds of combination factor. The first combination is the number of family members and the interest in further study. The second combination factor is the number of family member and the relationship with the lecturers. The author emphasizes that the best model is the second combination factor with decision tree method using split criterion is maximum deviance reduction and maximum split is 2 with time for training is 1.7386 seconds.</p><p>The reference [<xref ref-type="bibr" rid="scirp.98673-ref7">7</xref>] uses knowledge discovery techniques to analyze historical student course grade data to predict a dropout from a particular course. The authors describe a method for predicting student dropout using logistic regression as a classification technique. The implementation of feed-forward neural networks, support vector machine, probabilistic ensemble simplified fuzzy ARTMAP—adaptive resonance theory mapping PESFAM classifier and a system for educational data mining techniques looks for checking the suitability of their proposal. The discussion argues the reduction of dropout rate by 14% concerning previous academic years in which no dropout prevention mechanism was implemented. Despite the promising results reached from medium to long term during the course, the authors indicate that we need to study another more or less automated monitoring technique to evaluate the dropout problem in the early weeks of any class.</p><p>All the above works are a feasible example of current approaches with suitable and robust results that looks for providing academic solutions to our students in time and form. However, they only care about the identification of a potential dropout without committing to offer a reliable solution to the lecturer of the course or the academic tutor. In this sense, our approach takes advantage of the solution reached to distinguish among all the factors those three factors that are more incipient when the student decides to abandon not only a particular course but rather a period or more drastic, the complete university.</p><p>To follow, Section 2 is presented the main aspects of the proposed approach. Besides, Section 3 is devoted to present the results and their remarks. To the end, in Section 4, conclusions and future work are depicted in order to highlight the advantages of implementing prediction algorithms to detect a student with a high possibility of desertion.</p></sec><sec id="s2"><title>2. Implementation of the Approach</title><p>The academic sector seeks to implement technology that allows it to be more efficient and appropriate for our times. One example of this effort is the implementation of computational expert systems to support the evaluation entrance psychometric proofs. The present work proposes the generation of a dataset by using a test applied at the moment of the students’ entry at each cycle. To put into practice this approach, we use information provided by Engineering School at the Autonomous University of Tamaulipas, Mexico. Such school applies a test using a website. https://registroaspirantes.uat.edu.mx/Carpeta100/WebFormAsp102.aspx. A dataset with 1,265 students was generated using information from 2012 to 2016. The format of the data response to different types, for example, the variable age, is numerical, and the variable city is a string. We propose to discretize all data to avoid conflicts in the analysis process and transform all data in a qualitative format (see <xref ref-type="fig" rid="fig1">Figure 1</xref>).</p><p>When the dataset is completed, the similarity metrics are used to generate a temporal dataset corresponding to the studied case. The metrics implemented are Cosine (1) and Jaccard index (2). Each new student n<sub>i</sub> is compared with all the cases in the general dataset D and only those cases with at least 80% of similarity are selected to generate a temporal dataset for such student D<sub>ni</sub>. This process is performed with the idea of reaching a better classification by suppressing cases not near to the studied case.</p><p>∀ n i ∈ N ∃ D n i ∈ D | D n i ← D i ≥ metric ( n i , D ) = 0.8000</p><p>cosine ( n i , D ) = ∑ k = 1 r n i k * D k ∑ k = 1 r ( n i k ) 2 * ∑ k = 1 r ( D k ) 2 (1)</p><p>Jaccard ( n i , D ) = ∑ k = 1 r n i k * D K ∑ k = 1 r ( n i ) 2 + ∑ k = 1 r ( D k ) 2 − ∑ k = 1 r ( n i k * D k ) (2)</p><p>For illustrative reasons, we perform 1000 experiments to compare each prove a new and different student with the dataset. <xref ref-type="fig" rid="fig2">Figure 2</xref> shows the number</p><p>of recovery cases with at least 80% similarity. The results show that for all trials the cosine metrics reach a great number of recovery cases. The expectative is to take better decision because the temporal dataset only has the most similar cases.</p><p>The three prediction algorithms are implemented using WEKA when the dataset is ready. <xref ref-type="table" rid="table1">Table 1</xref> presents the classification matrix and <xref ref-type="table" rid="table2">Table 2</xref> presents the confusion matrixes to corroborate the performance of each algorithm.</p><p><xref ref-type="table" rid="table3">Table 3</xref> resumes the precision and sensitivity of the three algorithms used in this approach. We calculated the measures from the classification matrix presented in <xref ref-type="table" rid="table1">Table 1</xref>. The accuracy refers to the set of cases classified in the corresponding class, and they are of that class. Sensitivity is the fraction of cases out of all cases that are correctly classified. Sensitivity measures the probability</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Scheme of classification matrix</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" ></th><th align="center" valign="middle"  colspan="2"  >Current Class</th></tr></thead><tr><td align="center" valign="middle" ></td><td align="center" valign="middle" >Categories</td><td align="center" valign="middle" >0</td><td align="center" valign="middle" >1</td></tr><tr><td align="center" valign="middle"  rowspan="2"  >Hypothetical Class</td><td align="center" valign="middle" >0</td><td align="center" valign="middle" >TN</td><td align="center" valign="middle" >FN</td></tr><tr><td align="center" valign="middle" >1</td><td align="center" valign="middle" >FP</td><td align="center" valign="middle" >TP</td></tr><tr><td align="center" valign="middle" >Total Columns</td><td align="center" valign="middle" ></td><td align="center" valign="middle" >N = FP + TN</td><td align="center" valign="middle" >P = TP + FN</td></tr></tbody></table></table-wrap><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> Confusion matrix for each algorithm</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  colspan="5"  >J48 algorithm confusion matrix</th></tr></thead><tr><td align="center" valign="middle" ></td><td align="center" valign="middle" >0 (dropout) real</td><td align="center" valign="middle" >1 (student) real</td><td align="center" valign="middle" >0 (dropout) real</td><td align="center" valign="middle" >1 (student) real</td></tr><tr><td align="center" valign="middle" >1 (dropout)</td><td align="center" valign="middle" >474</td><td align="center" valign="middle" >24</td><td align="center" valign="middle" >93.31</td><td align="center" valign="middle" >27.59</td></tr><tr><td align="center" valign="middle" >0 (student)</td><td align="center" valign="middle" >34</td><td align="center" valign="middle" >63</td><td align="center" valign="middle" >6.69</td><td align="center" valign="middle" >72.41</td></tr><tr><td align="center" valign="middle" >Correct</td><td align="center" valign="middle" >474</td><td align="center" valign="middle" >63</td><td align="center" valign="middle" >93.31</td><td align="center" valign="middle" >72.41</td></tr><tr><td align="center" valign="middle" >Wrong</td><td align="center" valign="middle" >34</td><td align="center" valign="middle" >24</td><td align="center" valign="middle" >6.69</td><td align="center" valign="middle" >27.59</td></tr><tr><td align="center" valign="middle"  colspan="5"  >KNN algorithm confusion matrix.</td></tr><tr><td align="center" valign="middle" ></td><td align="center" valign="middle" >0 (dropout) real</td><td align="center" valign="middle" >1 (student) real</td><td align="center" valign="middle" >0 (dropout) real</td><td align="center" valign="middle" >1 (student) real</td></tr><tr><td align="center" valign="middle" >1 (dropout)</td><td align="center" valign="middle" >462</td><td align="center" valign="middle" >36</td><td align="center" valign="middle" >87.17</td><td align="center" valign="middle" >55.38</td></tr><tr><td align="center" valign="middle" >0 (student)</td><td align="center" valign="middle" >68</td><td align="center" valign="middle" >29</td><td align="center" valign="middle" >12.83</td><td align="center" valign="middle" >44.62</td></tr><tr><td align="center" valign="middle" >Correct</td><td align="center" valign="middle" >462</td><td align="center" valign="middle" >29</td><td align="center" valign="middle" >87.17</td><td align="center" valign="middle" >44.62</td></tr><tr><td align="center" valign="middle" >Wrong</td><td align="center" valign="middle" >68</td><td align="center" valign="middle" >36</td><td align="center" valign="middle" >12.83</td><td align="center" valign="middle" >55.38</td></tr><tr><td align="center" valign="middle"  colspan="5"  >SVM algorithm confusion matrix.</td></tr><tr><td align="center" valign="middle" ></td><td align="center" valign="middle" >0 (dropout) real</td><td align="center" valign="middle" >1 (student) real</td><td align="center" valign="middle" >0 (dropout) real</td><td align="center" valign="middle" >1 (student) real</td></tr><tr><td align="center" valign="middle" >1 (dropout)</td><td align="center" valign="middle" >479</td><td align="center" valign="middle" >19</td><td align="center" valign="middle" >87.57</td><td align="center" valign="middle" >39.58</td></tr><tr><td align="center" valign="middle" >0 (student)</td><td align="center" valign="middle" >68</td><td align="center" valign="middle" >29</td><td align="center" valign="middle" >12.43</td><td align="center" valign="middle" >60.42</td></tr><tr><td align="center" valign="middle" >Correct</td><td align="center" valign="middle" >479</td><td align="center" valign="middle" >29</td><td align="center" valign="middle" >87.57</td><td align="center" valign="middle" >60.42</td></tr><tr><td align="center" valign="middle" >Wrong</td><td align="center" valign="middle" >68</td><td align="center" valign="middle" >19</td><td align="center" valign="middle" >12.43</td><td align="center" valign="middle" >39.58</td></tr></tbody></table></table-wrap><table-wrap id="table3" ><label><xref ref-type="table" rid="table3">Table 3</xref></label><caption><title> Resume of measure obtained by the prelaminar results</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >J48</th><th align="center" valign="middle" >KNN</th><th align="center" valign="middle" >SVM</th></tr></thead><tr><td align="center" valign="middle" >Accuracy</td><td align="center" valign="middle" >0.952</td><td align="center" valign="middle" >0.928</td><td align="center" valign="middle" >0.962</td></tr><tr><td align="center" valign="middle" >Sensitivity</td><td align="center" valign="middle" >0.933</td><td align="center" valign="middle" >0.872</td><td align="center" valign="middle" >0.876</td></tr><tr><td align="center" valign="middle" >F-measure</td><td align="center" valign="middle" >0.942</td><td align="center" valign="middle" >0.899</td><td align="center" valign="middle" >0.917</td></tr><tr><td align="center" valign="middle" >RocArea</td><td align="center" valign="middle" >0.861</td><td align="center" valign="middle" >0.717</td><td align="center" valign="middle" >0.63</td></tr><tr><td align="center" valign="middle" >RMSE</td><td align="center" valign="middle" >0.277</td><td align="center" valign="middle" >0.401</td><td align="center" valign="middle" >0.382</td></tr><tr><td align="center" valign="middle" >TPRate</td><td align="center" valign="middle" >0.952</td><td align="center" valign="middle" >0.928</td><td align="center" valign="middle" >0.962</td></tr><tr><td align="center" valign="middle" >FPRate</td><td align="center" valign="middle" >0.351</td><td align="center" valign="middle" >0.701</td><td align="center" valign="middle" >0.701</td></tr></tbody></table></table-wrap><p>of the algorithm to assign a student of a particular class in such a category. In these results, we see that J48 reaches a better overall performance. Finally, figure 3 shows another interesting statistical analysis of the classification results of the tree proved techniques.</p></sec><sec id="s3"><title>3. Experiments and Results</title><p>The data from 2012 to 2016, represents 10 periods of classes with a particular student dropout behavior (see <xref ref-type="fig" rid="fig4">Figure 4</xref>). Then, we perform 10 experiments (one for each period) to validate the suitability of the proposal approach confronting the J48 technique versus real cases. For example, in the period of classes from January to June 2012 (2012-1) there are 50 dropouts registered but the system only detects 44 cases. The results indicate that J48 is a suitable and useful method to classify all the dropouts. But using the tree of each student as a possible solution to avoid desertion, only 88% of the cases match with the historical information about the reason for the dropout of each student. It is crucial to emphasize that the experiments only compare the highest node in the tree with the academic profile of the student. <xref ref-type="fig" rid="fig4">Figure 4</xref> summarizes the results where each bar represents the group of real dropouts and the line is the amount of reached solution for the J48 technique.</p></sec><sec id="s4"><title>4. Conclusion</title><p>The methodology proposed aims to be a suitable technological solution to early detection of a scholar desertion. The implementation of a similarity metric ensures the selection of the best cases for the application of the selected predicting algorithms. Although the proves can clearly demonstrate that the two metrics reach a closer, the Cosine metric recoveries more similar cases than the Jaccard index. We observe that more cases mean a better prediction. The paper proves three prediction algorithms with the data recovery for the similar metrics, a decision tree, a support vector machine, and a k-nearest neighbor. These methods were evaluated by statistics values to determine the most effective one. The decision tree reaches a better overall performance for detecting student with high possibilities of deserting. With real data of 100 deserting students, the decision tree demonstrates that it is capable of detecting all cases. We define a personal path of attention for each student, where the tutor must consider each node form the top to the down, and 88% of the cases were detected. However, there is still a long way to go on this exciting and crucial academic topic. For example, it would be essential to evaluate student behavior through the use of multi-objective algorithms that assess the skills and emotions of the person interested in a profession.</p></sec><sec id="s5"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s6"><title>Cite this paper</title><p>Lee, L.E., Mart&#237;nez, S.I., Rocha, J.A.C., Villanueva, J.D.T., Menchaca, J.L., Berrones, M.G.T. and Rocha, E.C. (2020) Evaluation of Prediction Algorithms in the Student Dropout Problem. Journal of Computer and Communications, 8, 20-27. https://doi.org/10.4236/jcc.2020.83002</p></sec></body><back><ref-list><title>References</title><ref id="scirp.98673-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">UNESCO (2014) América Latina y el Caribe Revisión Regional 2015 de la educación para Todos. Santiago de Chile.</mixed-citation></ref><ref id="scirp.98673-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Gonzalez, A.G.H., Armenta, R.A.M., Rosales, L.A.M., Barrientos, A.G., Xihuitl, J.L.T. and Algredo, I. (2016) Comparative Study of Algorithms to Predict the Desertion in the Students at the ITSM-Mexico. IEEE Latin America Transactions, 14, 4573-4578. https://doi.org/10.1109/TLA.2016.7795831</mixed-citation></ref><ref id="scirp.98673-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Alcover, R., Benlloch, J., Blesa, P., Calduch, M.A., Celma, M., Ferri, C., et al. (2007) Análisis del rendimiento académico en los estudios de informática de la Universidad Politécnica de Valencia aplicando técnicas de minería de datos. Pace Pacing and Clinical Electrophysiology, 164, 170.</mixed-citation></ref><ref id="scirp.98673-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Sukhbaatar, O., Ogata, K. and Usagawa, T. (2018) Mining Educational Data to Predict Academic Dropouts: A Case Study in Blended Learning Course. Proceedings of IEEE TENCON 2018, Jeju, 28-31 October 2018, 2205-2208. https://doi.org/10.1109/TENCON.2018.8650138</mixed-citation></ref><ref id="scirp.98673-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Jimenez, F., Paoletti, A. and Sciavicco, G. (2019) Predicting the Risk of Academic Dropout with Temporal Multi-Objective Optimization. IEEE Transaction on Learning Technologies, 12, 225-236. https://doi.org/10.1109/TLT.2019.2911070</mixed-citation></ref><ref id="scirp.98673-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Dharwaman, T., Ginardi, H. and Munif, A. (2018) Dropuot Detection Using Non-Academic Data. Proceeding of 4th International Conference on Science and Technolgy (ICST), Yogyakarta, 7-8 August 2018, 1-4. https://doi.org/10.1109/ICSTC.2018.8528619</mixed-citation></ref><ref id="scirp.98673-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Burgos, C., Campanario, M.L., de la Pe&amp;ntilde;a, D., Lara, J.A., Lizcano, D. and Martínez, M.A. (2017) Data Mining for Modelling Students’ Performance: A Tutoring Action Plan to Prevent Academic Dropout. Computers and Electrical Enginnering, 66, 541-556. https://doi.org/10.1016/j.compeleceng.2017.03.005</mixed-citation></ref></ref-list></back></article>