Giter VIP home page Giter VIP logo

beataml2.0_svm's Introduction

BeatAML2.0_SVM

This repository contains the code and presentation for my personal course project in STAT5353 at the University of Dallas.

I anm not affiliated with the BeatAML2.0 project.

Project Description

The project is a machine learning project that uses the BeatAML2.0 dataset to predict the 12-month survival of patients with acute myeloid leukemia (AML) using a support vector machine (SVM) model. The dataset contains gene expression data, and clinical outcome data for 571 patients with AML. The project uses the gene expression data and drug response data to predict the 12-month survival of the patients.

See my project proposal for more details.

Reproducing the Project

  1. Clone the repository
  2. git submodule update --init to download the BeatAML2.0 dataset
  3. Run data_preparation.R to prepare the data for feeding into the SVM model
  4. Go to stat5353_project and run cargo run --release -- --help to see the available options for running the SVM model. Run the following to reproduce the results:
    • cargo run --release -- svm-grid-opt --kernel gaussian --input ../svm_data/svm_input_boruta.csv --output ../svm_data/svm_grid_opt_boruta_gaussian.csv --roc-output ../svm_data/svm_grid_opt_boruta_gaussian_roc.csv
    • cargo run --release -- svm-compute-importance --kernel gaussian --input ../svm_data/svm_input_boruta.csv --gaussian-eps 47 --c-pos 1 --c-neg 1 --output ../svm_data/svm_importance_boruta.csv --roc-output ../svm_data/svm_importance_boruta_roc.csv
    • cargo run --release -- svm-k-fold --kernel gaussian --input ../svm_data/svm_input_boruta.csv --gaussian-eps 47 --c-pos 1 --c-neg 1 --output ../svm_data/svm_kfold_boruta.csv --roc-output ../svm_data/svm_kfold_boruta_roc.csv --folds 10
  5. Go to the presentation directory and run quarto render stat5353_project.qmd to reproduce the presentation slides.

License

  • BeatAML2.0 Data is used under the CC-BY-4.0 license. Bottomly, D., Long, N., Schultz, A. R., Kurtz, S. E., Tognon, C. E., Johnson, K., โ€ฆ & Tyner, J. W. (2022). Integrative analysis of drug response and clinical outcome in acute myeloid leukemia. Cancer Cell, 40(8), 850-864.
  • Linfa, a Rust machine learning framework, is used under the MIT license.

The code and presentation portion of this repository is licensed under the Apache-2.0 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.