kl503 / Deepak-Gupta-PyCon2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PyCon2019 : Hello World of Machine Learning Using Scikit Learn

This tutorial was presented at PyCon2019 on May 2nd, 2019

YouTube Video link: https://www.youtube.com/watch?v=bCDcI8SdjD8

GitHub repository: http://bit.ly/PyCon_2019

Prerequisite

  • Experience with Python Programming Language

System Setup

  • Download & install Anaconda Navigator in your system for python 3.7 from https://www.anaconda.com/distribution/
  • Open Jupyter Notebook and create a new python3 notebook
  • Type the following in the notebook cell
import numpy
import sklearn
import scipy
import pandas

Execute the cell and if it runs successfully, then congratulations, you have the setup ready for this tutorial

Your Instructor

Name: Deepak K Gupta (a.k.a Daksh)

Table of Contents

About


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%