From 21ee0db19cf62384c96004087dda2ff15b9f3ae2 Mon Sep 17 00:00:00 2001 From: unknown <jimaz@pa.uc3m.es> Date: Mon, 8 Apr 2019 13:11:20 +0200 Subject: [PATCH] First Commit --- EJECUTABLE.py => Early Dropout Prediction System/EJECUTABLE.py | 0 .../dropout}/calculosasigmallas.py | 0 {dropout => Early Dropout Prediction System/dropout}/final.py | 0 .../dropout}/get_calificaciones.py | 0 .../dropout}/get_estudiantes.py | 0 .../dropout}/get_mallas.py | 0 {dropout => Early Dropout Prediction System/dropout}/get_pga.py | 0 {dropout => Early Dropout Prediction System/dropout}/jsontocsv.py | 0 {dropout => Early Dropout Prediction System/dropout}/predict.py | 0 predDecTree.py => Early Dropout Prediction System/predDecTree.py | 0 .../predGradBoost.py | 0 predLinLog.py => Early Dropout Prediction System/predLinLog.py | 0 predMLP.py => Early Dropout Prediction System/predMLP.py | 0 predRF.py => Early Dropout Prediction System/predRF.py | 0 predSVM.py => Early Dropout Prediction System/predSVM.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename EJECUTABLE.py => Early Dropout Prediction System/EJECUTABLE.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/calculosasigmallas.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/final.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/get_calificaciones.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/get_estudiantes.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/get_mallas.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/get_pga.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/jsontocsv.py (100%) rename {dropout => Early Dropout Prediction System/dropout}/predict.py (100%) rename predDecTree.py => Early Dropout Prediction System/predDecTree.py (100%) rename predGradBoost.py => Early Dropout Prediction System/predGradBoost.py (100%) rename predLinLog.py => Early Dropout Prediction System/predLinLog.py (100%) rename predMLP.py => Early Dropout Prediction System/predMLP.py (100%) rename predRF.py => Early Dropout Prediction System/predRF.py (100%) rename predSVM.py => Early Dropout Prediction System/predSVM.py (100%) diff --git a/EJECUTABLE.py b/Early Dropout Prediction System/EJECUTABLE.py similarity index 100% rename from EJECUTABLE.py rename to Early Dropout Prediction System/EJECUTABLE.py diff --git a/dropout/calculosasigmallas.py b/Early Dropout Prediction System/dropout/calculosasigmallas.py similarity index 100% rename from dropout/calculosasigmallas.py rename to Early Dropout Prediction System/dropout/calculosasigmallas.py diff --git a/dropout/final.py b/Early Dropout Prediction System/dropout/final.py similarity index 100% rename from dropout/final.py rename to Early Dropout Prediction System/dropout/final.py diff --git a/dropout/get_calificaciones.py b/Early Dropout Prediction System/dropout/get_calificaciones.py similarity index 100% rename from dropout/get_calificaciones.py rename to Early Dropout Prediction System/dropout/get_calificaciones.py diff --git a/dropout/get_estudiantes.py b/Early Dropout Prediction System/dropout/get_estudiantes.py similarity index 100% rename from dropout/get_estudiantes.py rename to Early Dropout Prediction System/dropout/get_estudiantes.py diff --git a/dropout/get_mallas.py b/Early Dropout Prediction System/dropout/get_mallas.py similarity index 100% rename from dropout/get_mallas.py rename to Early Dropout Prediction System/dropout/get_mallas.py diff --git a/dropout/get_pga.py b/Early Dropout Prediction System/dropout/get_pga.py similarity index 100% rename from dropout/get_pga.py rename to Early Dropout Prediction System/dropout/get_pga.py diff --git a/dropout/jsontocsv.py b/Early Dropout Prediction System/dropout/jsontocsv.py similarity index 100% rename from dropout/jsontocsv.py rename to Early Dropout Prediction System/dropout/jsontocsv.py diff --git a/dropout/predict.py b/Early Dropout Prediction System/dropout/predict.py similarity index 100% rename from dropout/predict.py rename to Early Dropout Prediction System/dropout/predict.py diff --git a/predDecTree.py b/Early Dropout Prediction System/predDecTree.py similarity index 100% rename from predDecTree.py rename to Early Dropout Prediction System/predDecTree.py diff --git a/predGradBoost.py b/Early Dropout Prediction System/predGradBoost.py similarity index 100% rename from predGradBoost.py rename to Early Dropout Prediction System/predGradBoost.py diff --git a/predLinLog.py b/Early Dropout Prediction System/predLinLog.py similarity index 100% rename from predLinLog.py rename to Early Dropout Prediction System/predLinLog.py diff --git a/predMLP.py b/Early Dropout Prediction System/predMLP.py similarity index 100% rename from predMLP.py rename to Early Dropout Prediction System/predMLP.py diff --git a/predRF.py b/Early Dropout Prediction System/predRF.py similarity index 100% rename from predRF.py rename to Early Dropout Prediction System/predRF.py diff --git a/predSVM.py b/Early Dropout Prediction System/predSVM.py similarity index 100% rename from predSVM.py rename to Early Dropout Prediction System/predSVM.py -- GitLab