Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Latest commit

 

History

History
58 lines (45 loc) · 1.74 KB

File metadata and controls

58 lines (45 loc) · 1.74 KB

Pirple: Python (data mining) course license-badge

This repository contains all practices from Pirple's "Data Mining With Python" course.

Navigation

Languages

python-language-badge jupyter-language-badge

Workstation Setup

  1. Step 1 - install Python;
  2. Step 2 - install Anaconda;
  3. Step 3 - install data mining dependencies:
Details
conda install -c conda-forge notebook
conda install -c conda-forge jupyterlab
conda install -c conda-forge pyspark
conda install pandas
conda install seaborn
conda install numpy
conda install matplotlib
conda install scikit-learn
conda install networkx

Dataset References

Contributors