Kaggle: seizure prediction MATLAB solution -- LASSO GLM approach

버전 1.0.0.0 (11.1 KB) 작성자: Jianghao Wang
Starter code for completing the Kaggle seizure prediction competition with MATLAB
다운로드 수: 292
업데이트 날짜: 2016/9/19

라이선스 보기

This is a MATLAB solution to the Melbourne University AES/MathWorks/NIH Seizure Prediction (https://www.kaggle.com/c/melbourne-university-seizure-prediction).
It is built upon a winning solution (https://github.com/drewabbot/kaggle-seizure-prediction) from a previous Kaggle seizure competition (https://www.kaggle.com/c/seizure-prediction), using lassoGLM models from the Statistics and Machine Learning Toolbox.
The zip file contains:
1. calculate_features.m -- a function that calculates a set of features from the iEEG sample values
2. step1_generate features -- a function that loads in patient training (and test) iEEG sample data and calculates features (using function calculate_features.m).
3. step2_generate_models.m -- a function that trains a LASSO GLM model using the features extracted from step1_generate_features.m.
4. step3_evaluate_models.m -- a function that evaluates the trainted model and returns in-sample and out-of-sample skill for model assessment. Output is stored to a .csv file for Kaggle submission.
5. step4_predict_seizure.m -- a function that make predictions on test data, with the model trained and evaluated from the previous steps. Output is stored to a .csv file for Kaggle submission.
6. kaggle_seizure_prediction_workflow.m -- a master script that runs through the above-mentioned steps.

인용 양식

Jianghao Wang (2024). Kaggle: seizure prediction MATLAB solution -- LASSO GLM approach (https://www.mathworks.com/matlabcentral/fileexchange/59158-kaggle-seizure-prediction-matlab-solution-lasso-glm-approach), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Teaching Resources에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0