Extended Crab Age Prediction
Additional observations for Crab Age Prediction dataset (Playgrounds S3E16)
@kaggle.shalfey_extended_crab_age_prediction
Additional observations for Crab Age Prediction dataset (Playgrounds S3E16)
@kaggle.shalfey_extended_crab_age_prediction
Context
This dataset is synthetically generated for Playground Season 3 Episode 16 competition. Original dataset is available on Kaggle. 200000 of additional rows are available for use. It's recommended to concatenate it to competition train dataset, but avoid using it for validation, as it will yield overly optimistic cross-validation score.
This data is shared for competition purposes only and is synthetically generated using this code. May contain noise (like numerical values in 'Sex' column or height of 0) due to its synthetic nature.
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
);Anyone who has the link will be able to view this.