https://github.com/bintangyosua/alzheimer
This repository contains a dataset and analysis focused on the risk factors associated with Alzheimer's disease. The dataset includes comprehensive patient information, demographic details, lifestyle factors, medical history, clinical measurements, cognitive assessments, and symptomatology.
https://github.com/bintangyosua/alzheimer
alzheimer alzheimer-disease-prediction alzheimers-disease k-nearest-neighbours knn knn-classification knn-classifier machine-learning ml xgboost xgboost-classifier xgboost-model
Last synced: over 1 year ago
JSON representation
This repository contains a dataset and analysis focused on the risk factors associated with Alzheimer's disease. The dataset includes comprehensive patient information, demographic details, lifestyle factors, medical history, clinical measurements, cognitive assessments, and symptomatology.
- Host: GitHub
- URL: https://github.com/bintangyosua/alzheimer
- Owner: bintangyosua
- License: mit
- Created: 2024-11-07T09:50:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:29:51.000Z (over 1 year ago)
- Last Synced: 2025-02-07T23:42:30.192Z (over 1 year ago)
- Topics: alzheimer, alzheimer-disease-prediction, alzheimers-disease, k-nearest-neighbours, knn, knn-classification, knn-classifier, machine-learning, ml, xgboost, xgboost-classifier, xgboost-model
- Language: Jupyter Notebook
- Homepage: https://huggingface.co/spaces/bintangyosua/alzheimer
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: Alzheimer
emoji: 🐨
colorFrom: indigo
colorTo: indigo
sdk: docker
pinned: false
license: mit
short_description: XGBoost and KNN Notebooks.
---
# Klasifikasi Penyakit Alzheimer dengan algoritma XGBoost dan K-Nearest Neighbors
Aplikasi ini dapat dibuka dengan 2 cara
- Menggunakan Python Notebook seperti Jupyter Notebook
- Menggunakan Marimo (reactive notebook)
Anda juga dapat membuka kode ini pada repositori huggingface [di sini](https://huggingface.co/spaces/bintangyosua/alzheimer)
## Tutorial Menjalankan Project dengan Marimo
1. Install semua dependensi yang diperlukan pada file `requirements.txt`
```bash
pip install -r requirements.txt
```
2. Buka Source Code dengan Marimo menggunakan perintah di bawah
```bash
marimo edit app.py
```
3. Tunggu hingga marimo selesai melakukan running seluruh code.