Giter VIP home page Giter VIP logo

dissertation's Introduction

Dissertation Code Implementation of Yisu Zong

This repository contains:

  1. hospital closure prediction using multiple hospital characteristics variables (hosp_pred_q.ipynb)
  2. hospital closure prediction using quality of care variables (hosp_pred_hosp.ipynb)
  3. combined hospital closure prediction (combine.ipynb)
  4. helper functions for tuning and plot (helper_function.py)
  5. test of helper functions (test_helper_function.py)

Instructions

Requirements

To sucessfully run files in this repository, the following packages should be installed first:

numpy==1.20.2
pandas==1.0.5
seaborn==0.11.0
xgboost==1.4.2
skopt==0.9.dev0
sklearn==0.24.2
pyodbc==4.0.0
pip==21.2.4
imblearn==0.7.0

Specially, you may have to:

pip install xgboost
pip install pyodbc
pip install imblearn

skopt should be installed the newest version in any .ipynb file first:

!pip install git
!git clone https://github.com/scikit-optimize/scikit-optimize.git
cd scikit-optimize
!pip install -r requirements.txt

Test

Tests run as:

pytest -p no:warnings

dissertation's People

Contributors

zys711 avatar

Watchers

 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.