Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

Hiring
@kaggle.balakrishcodes_others.hiring

  • 3.58 KB
  • 8 rows
  • 4 columns
experience

Experience

test_score

Test Score

interview_score

Interview Score

salary

Salary

nan8950000
five8645000
two6760000
seven101065000
three9670000
ten71062000
eleven772000
nan7880000

CREATE TABLE hiring (
  "experience" VARCHAR,
  "test_score" DOUBLE,
  "interview_score" BIGINT,
  "salary" BIGINT
);

Share link

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