Alzheimer Features
Alzheimer Features For Analysis
@kaggle.brsdincer_alzheimer_features
Alzheimer Features For Analysis
@kaggle.brsdincer_alzheimer_features
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
CREATE TABLE alzheimer (
  "group" VARCHAR,
  "m_f" VARCHAR,
  "age" BIGINT,
  "educ" BIGINT,
  "ses" DOUBLE,
  "mmse" DOUBLE,
  "cdr" DOUBLE,
  "etiv" BIGINT,
  "nwbv" DOUBLE,
  "asf" DOUBLE
);Anyone who has the link will be able to view this.