Baselight

Machine Learning Basics For Beginners🤖🧠

Machine Learning Basics

@kaggle.bhanupratapbiswas_machine_learning_basics_for_beginners

Prediction
@kaggle.bhanupratapbiswas_machine_learning_basics_for_beginners.prediction

  • 2.97 KB
  • 13 rows
  • 3 columns
unnamed_0

Unnamed: 0

area

Area

prices

Prices

1000316404.1095890411
11500384297.9452054794
22300492928.0821917808
33540661304.794520548
44120740061.6438356165
54560799808.2191780822
65490926090.7534246576
73460650441.7808219178
84750825607.8767123288
92300492928.0821917808

CREATE TABLE prediction (
  "unnamed_0" BIGINT,
  "area" BIGINT,
  "prices" DOUBLE
);

Share link

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