Students Adaptability Level In Online Education
Effectiveness of online education
@kaggle.mdmahmudulhasansuzan_students_adaptability_level_in_on_9660f935
Effectiveness of online education
@kaggle.mdmahmudulhasansuzan_students_adaptability_level_in_on_9660f935
Since as a beginner in machine learning it would be a great opportunity to try some techniques to predict the outcome of Students’ Adaptability Level Prediction in Online Education using Machine Learning Approaches
The target feature is
Adaptivity level
The feature sets are:
Gender
Age
Education Level
Institution Type
IT Student
Location in Town
Load-shedding
Financial Condition
Internet Type
Network Type
Class Duration
Self LMS
Device
You are free to use this dataset for any analysis or research purpose but please cite the original research paper. Students' Adaptability Level Prediction in Online Education using Machine Learning Approaches or DOI: 10.1109/ICCCNT51525.2021.9579741
To get an idea about the effectiveness of online education
CREATE TABLE students_adaptability_level_online_education (
"gender" VARCHAR,
"age" VARCHAR,
"education_level" VARCHAR,
"institution_type" VARCHAR,
"it_student" VARCHAR,
"location" VARCHAR,
"load_shedding" VARCHAR,
"financial_condition" VARCHAR,
"internet_type" VARCHAR,
"network_type" VARCHAR,
"class_duration" VARCHAR,
"self_lms" VARCHAR,
"device" VARCHAR,
"adaptivity_level" VARCHAR
);Anyone who has the link will be able to view this.