Exploration Interactive de Liaison de Variable (EILV) Interactive Data Exploration Utilities (IDEU)
- Jupyter Notebook with Python (2.7 or 3.5).
- The Jupyter Notebook server has been set up and is running on the machine that you have access. You should be able to clone the Azure-TDSP-Utilities repository to a directory on that machine.
jupyterhub
orjupyter lab
The Python modules that are used in IDEAR are as follows. If your Jupyter Notebook server is running on Anaconda Python (2.7 or 3.5), most of the needed modules have been installed when you install Anaconda Python, with a few exceptions. However, if you are using Azure Data Science Virtual Machines (DSVM), all modules are installed.
- pandas
- numpy
- os
- collections*
- matplotlib
- io*
- sys
- operator
- nbformat
- IPython
- ipywidgets
- scipy
- statsmodels
- errno*
- seaborn
- string
- functools
*Not included in Anaconda Python
Microsoft Data Analyst Team also defined some functions on top of libraries:
- ReportMagics.py
- ConfUtility.py
- ReportGeneration.py
- UniVarAnalytics.py
- MultiVarAnalytics.py