Baselight

Extended Crab Age Prediction

Additional observations for Crab Age Prediction dataset (Playgrounds S3E16)

@kaggle.shalfey_extended_crab_age_prediction

Train Extended
@kaggle.shalfey_extended_crab_age_prediction.train_extended

  • 2.86 MB
  • 200000 rows
  • 10 columns
id

Id

sex

Sex

length

Length

diameter

Diameter

height

Height

weight

Weight

shucked_weight

Shucked Weight

viscera_weight

Viscera Weight

shell_weight

Shell Weight

age

Age

M1.5751.2250.37531.2269742512.3036836.32193859.6388310
1I1.237510.37521.8858147.6543653.7988337.65436519
2F1.451.16250.412528.2502767511.127178757.016501257.25747211
3I1.351.0250.37521.588144259.738053254.11067756.37863759
4I1.13750.8750.287514.9685365.9533952.962522753.71378458
5F1.48751.18750.428.3353252512.04853757.668539758.5048510
6M1.5251.18750.437531.58134311.382324257.980384259.213587514
7M1.6251.28750.437542.212405517.704262758.6607722511.339813
8M1.33751.050.387523.0906677512.04853754.379997756.03844359
9F1.33751.01250.337518.3137778.944267254.1957265.95339510

CREATE TABLE train_extended (
  "id" BIGINT,
  "sex" VARCHAR,
  "length" DOUBLE,
  "diameter" DOUBLE,
  "height" DOUBLE,
  "weight" DOUBLE,
  "shucked_weight" DOUBLE,
  "viscera_weight" DOUBLE,
  "shell_weight" DOUBLE,
  "age" DOUBLE
);

Share link

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