Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining and Exploration

This repository contains the code for the University of Edinburgh School of Informatics course Data Mining and Exploration [INFR11007].

Links

Labs general information

In this course we will be using Python 2.7 and the interactive notebook application Jupyter for all labs. Basic knowledge of python, numpy and working with notebooks in the Jupyter environment is assumed for this course. If you haven't used python before, you are strongly advised to familiarise yourself with basic python syntax and working in the Jupyter environment. There are many excellent tutorials available on the web and you can choose the ones you like the most. If you are not sure which ones to choose, these are good starting points:

Introduction to Python for scientific computing

Introduction to Jupyter notebooks

Python/Numpy tutorial

The introductory lab for the IAML course covers most of the pre-requisites for DME labs and can be found here (you should ignore the setup instructions in that notebook and follow the instructions provided for this course below).

Packages

The main packages that we will use are the following:

  • numpy: scientific computing by using array objects

  • pandas: data structures and data analysis tools

  • scikit-learn: machine learning library implementing many learning algorithms and useful tools

  • matplotlib: plotting library (similar to MATLAB's plot interface)

  • seaborn: data visualisation library which works on top of matplotlib

Getting set up

Detailed instructions for setting up a development environment for the course are given in this file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages