Baselight

Simple Logistic Regression

Beginner friendly dataset

@kaggle.krishu22_simple_logistic_regression

Book3
@kaggle.krishu22_simple_logistic_regression.book3

  • 42.72 KB
  • 10500 rows
  • 3 columns
x1

X1

x2

X2

y

Y

-1692681
1244981
6182791
377-3091
-457307
801-1871
9071231
8361551
-504-481
-964041

CREATE TABLE book3 (
  "x1" BIGINT,
  "x2" BIGINT,
  "y" BIGINT
);

Share link

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