Simple Logistic Regression
Beginner friendly dataset
@kaggle.krishu22_simple_logistic_regression
Beginner friendly dataset
@kaggle.krishu22_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.
CREATE TABLE book3 (
"x1" BIGINT,
"x2" BIGINT,
"y" BIGINT
);
Anyone who has the link will be able to view this.