Giter VIP home page Giter VIP logo

heart-disease-visualisation's Introduction

COMP9321 Assignment 3 | Team Anthem

Contents

Backend

The folder with the backend module. Uses Flask. See the README inside the folder for more information.

Frontend

The folder with the frontend module. Uses React. See the README inside the folder for more information.

Other Files

  • EDA.ipynb: Exploratory Data Analysis Notebook which explores the machine learning process to reach the final model.
  • model_trainer.py: The final model generator. Running the file will reproduce a file called rf_model.pkl which is the model produced by the script, as well as output the testing and evaluation.
  • requirements.txt: The requirements used in both the files mentioned above.

Model Evaluation

The model is produced using a Random Forest Classifier with the following hyperparameters:

  • Max Depth: 4
  • # of Estimators: 100

The choice of the each hyperparameter was determined through experimentation, with any depth greater than 4 did not provide any additional benefit, while the number of estimators was chosen as 100 as it adds in sufficient smoothing without underfitting overall.

Recreating Model

Create a virtual environment with the requirements installed first.

$ virtualenv --python=`which python3` venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt

Run the model trainer:

$ python model_trainer.py

A file rf_model.pkl will be generated.

This model can be reloaded by using Pickle to load the binary and predictions can be made.

heart-disease-visualisation's People

Contributors

armoured avatar harrybt avatar mqtran01 avatar timhor avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

armoured

heart-disease-visualisation's Issues

Ok

Another test

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.