Giter Site home page Giter Site logo

jerofad / hiv-1_progression-prediction Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 8.0 8.96 MB

A kaggle competition to predict the likelihood that an HIV patient's infection will become less severe, given a small dataset and limited clinical information.

License: GNU General Public License v3.0

Jupyter Notebook 99.80% Python 0.20%

hiv-1_progression-prediction's Introduction

HIV-1_Progression-Prediction

A kaggle competition to predict the likelihood that an HIV patient's infection will become less severe, given a small dataset and limited clinical information.

Getting started

To be able to repeat the same experiments, you are going to need a laptop with Miniconda (a minimal version of Anaconda) and several Python packages installed which are listed in the requirements.txt file. Following instruction would work as is for Mac or Ubuntu linux users, Windows users would need to install and work in the Gitbash terminal.

Download and install Miniconda

Please go to the Anaconda website. Download and install the latest Miniconda version for Python 3.6 for your operating system.

wget <http:// link to miniconda>
sh <miniconda .sh>

After that, type:

conda --help

and read the manual.

Create a clone of this repository

You can either create a clone or make a download of this repository. To make a clone, simply use the command below on your terminal:

git clone https://github.com/jerofad/HIV-1_Progression-Prediction.git

If you are not using git, just download the repository as zip, and unpack it:

wget https://github.com/jerofad/HIV-1_Progression-Prediction/archive/master.zip
For Mac users:
curl -O https://github.com/jerofad/HIV-1_Progression-Prediction/archive/master.zip
unzip master.zip

Change into the course folder, then type:

cd HIV-1_Progression-Prediction

# To perform Data Analysis

Run the command below:

python3 data_analysis.py

The results is saved into the directory named Figures.

# To Repeat the experiment on all 10 Models

Run the command below:

python3 models.py

It saves the result into a text file named "all_models_report.txt"

# Tuning the Hyper-Parameters

If you want to train the top 5 models with parameters tuning, Run the command below

python3 parameter_tuning.py

the result of the models can be seen in the text file "models_report.txt"

# Final top 5 Models

Run the command below:

python3 train.py

the result of the models can be seen in the text file "models_report.txt"

hiv-1_progression-prediction's People

Contributors

mofadel avatar mirgahney avatar inesbi avatar

Stargazers

 avatar Claire Opia avatar Ming Hao avatar  avatar Jeremiah Fadugba avatar

Watchers

James Cloos avatar Jeremiah Fadugba avatar

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.