Baselight

Alzheimer Features

Alzheimer Features For Analysis

@kaggle.brsdincer_alzheimer_features

Loading...
Loading...

About this Dataset

Alzheimer Features

Alzheimer Features For Analysis

Group is a target for models

Group --> Class
Age --> Age
EDUC --> Years of Education
SES --> Socioeconomic Status / 1-5
MMSE --> Mini Mental State Examination
CDR --> Clinical Dementia Rating
eTIV --> Estimated total intracranial volume
nWBV --> Normalize Whole Brain Volume
ASF --> Atlas Scaling Factor

You can use it as a categorical variable:

Group
Age
EDUC

Tables

Alzheimer

@kaggle.brsdincer_alzheimer_features.alzheimer
  • 12.83 KB
  • 373 rows
  • 10 columns
Loading...

CREATE TABLE alzheimer (
  "group" VARCHAR,
  "m_f" VARCHAR,
  "age" BIGINT,
  "educ" BIGINT,
  "ses" DOUBLE,
  "mmse" DOUBLE,
  "cdr" DOUBLE,
  "etiv" BIGINT,
  "nwbv" DOUBLE,
  "asf" DOUBLE
);

Share link

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