Baselight

Simple Logistic Regression

Beginner friendly dataset

@kaggle.krishu22_simple_logistic_regression

Loading...
Loading...

About this Dataset

Simple Logistic Regression

This dataset contains 10,500 rows and three columns.

I created it to practice the three types of Gradient Ascent, compare their performances, and evaluate them alongside the built-in LogisticRegression function on a large dataset.

Tables

Book3

@kaggle.krishu22_simple_logistic_regression.book3
  • 42.72 KB
  • 10500 rows
  • 3 columns
Loading...

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

Share link

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