Baselight

Student Marks Dataset

Student Marks Prediction - Regression Problem

@kaggle.yasserh_student_marks_dataset

Student Marks
@kaggle.yasserh_student_marks_dataset.student_marks

  • 4.45 KB
  • 100 rows
  • 3 columns
number_courses

Number Courses

time_study

Time Study

marks

Marks

34.50819.202
40.0967.734
43.13313.811
67.90953.018
87.81155.299
63.21117.822
36.06329.889
53.41317.264
44.4120.348
36.17330.862

CREATE TABLE student_marks (
  "number_courses" BIGINT,
  "time_study" DOUBLE,
  "marks" DOUBLE
);

Share link

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