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

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

License

Notifications You must be signed in to change notification settings

Devwarlt/pirple-py-data-mining-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
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