Baselight

Predict Dropout Or Academic Success

Predict the dropout or academic success of a student

@kaggle.ankanhore545_dropout_or_academic_success

Loading...
Loading...

About this Dataset

Predict Dropout Or Academic Success

So, you wanna be Bill Gates or Mark Zuckerberg?

Let's see what Data says, after all Data speaks the truth( almost always!)
The dataset was created in a project that aims to contribute to the reduction of academic dropout and failure in higher education, by using machine learning techniques to identify students at risk at an early stage of their academic path, so that strategies to support them can be put into place. The dataset includes information known at the time of student enrollment – academic path, demographics, and social-economic factors. The problem is formulated as a three category classification task (dropout, enrolled, and graduate) at the end of the normal duration of the course.

Tables

Dropout Academic Success Sheet1

@kaggle.ankanhore545_dropout_or_academic_success.dropout_academic_success_sheet1
  • 120.51 KB
  • 4424 rows
  • 37 columns
Loading...

CREATE TABLE dropout_academic_success_sheet1 (
  "marital_status" BIGINT,
  "application_mode" BIGINT,
  "application_order" BIGINT,
  "course" BIGINT,
  "daytime_evening_attendance" BIGINT,
  "previous_qualification" BIGINT,
  "previous_qualification_grade" DOUBLE,
  "nacionality" BIGINT,
  "mother_s_qualification" BIGINT,
  "father_s_qualification" BIGINT,
  "mother_s_occupation" BIGINT,
  "father_s_occupation" BIGINT,
  "admission_grade" DOUBLE,
  "displaced" BIGINT,
  "educational_special_needs" BIGINT,
  "debtor" BIGINT,
  "tuition_fees_up_to_date" BIGINT,
  "gender" BIGINT,
  "scholarship_holder" BIGINT,
  "age_at_enrollment" BIGINT,
  "international" BIGINT,
  "curricular_units_1st_sem_credited" BIGINT,
  "curricular_units_1st_sem_enrolled" BIGINT,
  "curricular_units_1st_sem_evaluations" BIGINT,
  "curricular_units_1st_sem_approved" BIGINT,
  "curricular_units_1st_sem_grade" DOUBLE,
  "curricular_units_1st_sem_without_evaluations" BIGINT,
  "curricular_units_2nd_sem_credited" BIGINT,
  "curricular_units_2nd_sem_enrolled" BIGINT,
  "curricular_units_2nd_sem_evaluations" BIGINT,
  "curricular_units_2nd_sem_approved" BIGINT,
  "curricular_units_2nd_sem_grade" DOUBLE,
  "curricular_units_2nd_sem_without_evaluations" BIGINT,
  "unemployment_rate" DOUBLE,
  "inflation_rate" DOUBLE,
  "gdp" DOUBLE,
  "target" VARCHAR
);

Share link

Anyone who has the link will be able to view this.