Skip to content

A repo for my lab assessments in Emerging Technologies...

Notifications You must be signed in to change notification settings

johnshields/EMT_TASKS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emerging Technologies

John Shields - G00348436

A repo for my task assessments in Emerging Technologies...


Task assessments:

TASK 1 = SQRT2

TASK 2 = Chi-squared test for independence

TASK 3 = Standard deviation

TASK 4 = K-means clustering to Fisher’s famous Iris data set


How to run:

From Github

View the Jupyter Notebook here. All the cells should run automatically.

From Jupyter Notebook

Requirements

Install with conda
conda install -c conda-forge notebook
Install with pip
pip install notebook
Run the Jupyter Notebook

Open the repository directory in Command Line and enter:

jupyter notebook

END OF README