charlesg / HI530

Comp. Mthds Health Informatics at SUNY Poly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Methods in Health Informatics

My project around the HI 530 course - Computational Methods in Health Informatics offered in the College of Business Management at SUNY Polytechnic Institite.

The course is based on the book "Data Mining for Business Analytics: Concepts, Techniques and Applications in Python" (https://www.amazon.com/Data-Mining-Business-Analytics-Applications/dp/1119549841). The book has an R version also but this work was done using the Python version.

More information on the at this website: https://www.dataminingbook.com/book/python-edition.

Create Environmment

# Envionment was created with:
conda list --explicit > spec-list.txt

# Import and recreate with:
conda create --name HI530 --file spec-list.txt

Activate Environment

~/anaconda3/bin/activate /Users/cgagnon/anaconda3/envs/HI530

About

Comp. Mthds Health Informatics at SUNY Poly


Languages

Language:HTML 53.3%Language:Jupyter Notebook 46.7%